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

Commit abcd2568 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Black screen appears after tapping the back key"

parents 3cbae7d6 2cea7f81
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@ public class SimPreferenceDialog extends Activity {
                mSubInfoRecord.setIconTint(tint);
                mSubscriptionManager.setIconTint(tint, subscriptionId);
                dialog.dismiss();
                finish();
            }
        });

@@ -175,6 +174,12 @@ public class SimPreferenceDialog extends Activity {
            @Override
            public void onClick(DialogInterface dialog, int whichButton) {
                dialog.dismiss();
            }
        });

        mBuilder.setOnDismissListener(new DialogInterface.OnDismissListener() {
           @Override
           public void onDismiss(DialogInterface dialogInListener) {
               finish();
           }
        });