mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-02-01 08:06:43 +01:00
Merge branch 'onbackpressed_fix2' into 'master'
Fix infinite dialog loop See merge request pixeldroid/PixelDroid!288
This commit is contained in:
commit
7268bcd3c2
@ -164,7 +164,7 @@ class PhotoEditActivity : BaseActivity() {
|
||||
saveImageToGallery()
|
||||
}
|
||||
setNegativeButton(R.string.no_cancel_edit) { _, _ ->
|
||||
onBackPressed()
|
||||
super.onBackPressed()
|
||||
}
|
||||
}
|
||||
// Create the AlertDialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user