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

Commit 4c342442 authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

Prevent "dont't ask again" being inpropoerly propagated am: 8fdd3b31 am: 2bedf837

am: b13227e1

Change-Id: I9ba49d5a254ca518d2972e357f8b749049bbb188
parents 83d78a7b b13227e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ public class GrantPermissionsViewHandlerImpl implements GrantPermissionsViewHand
                if (mResultListener != null) {
                    view.clearAccessibilityFocus();
                    mResultListener.onPermissionGrantResult(mGroupName, false,
                            mDoNotAskCheckbox.isChecked());
                            mShowDonNotAsk && mDoNotAskCheckbox.isChecked());
                }
                break;
            case R.id.do_not_ask_checkbox: