mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-02-07 23:28:49 +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()
|
saveImageToGallery()
|
||||||
}
|
}
|
||||||
setNegativeButton(R.string.no_cancel_edit) { _, _ ->
|
setNegativeButton(R.string.no_cancel_edit) { _, _ ->
|
||||||
onBackPressed()
|
super.onBackPressed()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Create the AlertDialog
|
// Create the AlertDialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user