Skip to content

Commit

Permalink
fix: Prevent closing of Edit Event without confirmation dialog (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored and iamareebjamal committed May 13, 2019
1 parent a3a6dba commit 3560975
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public void onBackPressed() {
})
.create();
saveAlertDialog.show();
saveAlertDialog = null;
} else {
super.onBackPressed();
}
Expand Down

0 comments on commit 3560975

Please sign in to comment.