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

Commit de46c7f4 authored by zhuw's avatar zhuw Committed by Arne Coucheron
Browse files

SnapdragonGallery: Fix dialog dismiss when home

delete onDismiss in onPause

Change-Id: Idfb3c6b750b27dcc3f5752c8023e8dd06725647a
CRs-Fixed:2150747
parent 25eaa5b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ public class DoNotShowAgainDialog extends BaseDialogFragment {

    @Override
    public void onPause() {
        this.dismiss();
        super.onPause();
    }
}