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

Commit eb804b6a authored by Tony Wickham's avatar Tony Wickham
Browse files

Hide the "Set Wallpaper" action bar when clicked.

This already happens everywhere except for the case where an external
app such as Photos started the wallpaper picker. So not only is this
more consistent, it also prevents crashes and other potential issues
caused by clicking "Set Wallpaper" too many times.

Bug: 25026717

Change-Id: I63c6a0ce68656e6e68094e88074a836d8c1034f9
parent 93229c40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ public class WallpaperCropActivity extends BaseActivity implements Handler.Callb
                new View.OnClickListener() {
                    @Override
                    public void onClick(View v) {
                        actionBar.hide();
                        boolean finishActivityWhenDone = true;
                        // Never fade on finish because we return to the app that started us (e.g.
                        // Photos), not the home screen.