mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 06:17:59 +01:00
moving a toast further
This commit is contained in:
parent
ae6ea422ac
commit
2fe1f91c87
1 changed files with 1 additions and 1 deletions
|
@ -511,8 +511,8 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
val bmp = Bitmap.createBitmap(bitmap, 0, 0, bitmap.width, bitmap.height, matrix, true)
|
||||
bmp.compress(file.getCompressionFormat(), 90, out)
|
||||
out.flush()
|
||||
toast(R.string.file_saved)
|
||||
out.close()
|
||||
toast(R.string.file_saved)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue