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

Commit 2bedf837 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

Change-Id: Id78c42b62d0a7d1aa9a0b4d3e0f2250db33477a5
parents 0b3eafe0 8fdd3b31
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: