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

Commit 25570d17 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6955225 from 95dbae26 to rvc-qpr2-release

Change-Id: I7f1c1f038551425186ea9120259a303e1b8df406
parents 1771eb01 95dbae26
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -113,8 +113,7 @@ public class GrantPermissionsAutoViewHandler implements GrantPermissionsViewHand
        AlertDialogBuilder builder = new AlertDialogBuilder(mContext)
                .setTitle(mGroupMessage)
                .setSubtitle(mDetailMessage)
                .setNegativeButton(R.string.grant_dialog_button_dismiss, (dialog, which) ->
                        dialog.dismiss())
                .setAllowDismissButton(false)
                .setOnDismissListener((dialog) -> {
                    mDialog = null;
                    mResultListener.onPermissionGrantResult(mGroupName, DENIED);