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

Commit 718d70bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call callbacks when we finish early due to no permission to review." into qt-r1-dev

parents e50e3c01 32518e15
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();
        }
    }