Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7aa98e5 authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Changed editor back button behavior.

Bug: 8522150
Change-Id: I803054138df931c4c48ef03930afe79e272f0d4b
parent 902a6f7f
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -1005,17 +1005,12 @@ public class FilterShowActivity extends Activity implements OnItemClickListener,
                        saveImage();
                    }
                });
                builder.setNeutralButton(R.string.exit, new DialogInterface.OnClickListener() {
                builder.setNegativeButton(R.string.exit, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int id) {
                        done();
                    }
                });
                builder.setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int id) {
                    }
                });

                AlertDialog dialog = builder.show();
                builder.show();
            }
        }
    }