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

Commit a7657156 authored by Hai Zhang's avatar Hai Zhang Committed by android-build-merger
Browse files

Merge "Call callbacks when we finish early due to no permission to review."...

Merge "Call callbacks when we finish early due to no permission to review." into qt-r1-dev am: 718d70bc
am: 8b7ae26c

Change-Id: I2351d39341e1c9a66272db8d120e4e9dad440704
parents 4506a9f4 8b7ae26c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ public final class ReviewPermissionsFragment extends PreferenceFragmentCompat
            // If the system called for a review but no groups are found, this means that all groups
            // are restricted. Hence there is nothing to review and instantly continue.
            confirmPermissionsReview();
            executeCallback(true);
            activity.finish();
        }
    }