moving a toast further

This commit is contained in:
tibbi 2017-09-17 11:07:14 +02:00
parent ae6ea422ac
commit 2fe1f91c87
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}