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

Commit b13227e1 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

Change-Id: I53cabfb18a1a487a13a59b2d26d881ee79606d07
parents 77015d93 2bedf837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ public final class GrantPermissionsViewHandlerImpl
                if (mResultListener != null) {
                    view.clearAccessibilityFocus();
                    mResultListener.onPermissionGrantResult(mGroupName, false,
                            mDoNotAskCheckbox.isChecked());
                            mShowDonNotAsk && mDoNotAskCheckbox.isChecked());
                }
                break;
            case R.id.do_not_ask_checkbox: