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

Commit 8b7ae26c 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." into qt-r1-dev

am: 718d70bc

Change-Id: I2418b6fa13330c6bf01f6c65fb9518d6d2f66bce
parents 6505ed09 718d70bc
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();
        }
    }