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

Commit 952f0eaa authored by Joel Galenson's avatar Joel Galenson Committed by android-build-merger
Browse files

Allow the header icon to be clickable from the toggle screen.

am: 22e3da5a

Change-Id: I61f8e0e9a084dc437917dc5b51bbd1c1437125d3
parents 69d7e685 22e3da5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -217,7 +217,6 @@ public class AppPermissionFragment extends SettingsWithLargeHeader {
            Intent intent = new Intent(Intent.ACTION_MANAGE_APP_PERMISSIONS);
            intent.putExtra(Intent.EXTRA_PACKAGE_NAME, mGroup.getApp().packageName);
            intent.putExtra(Intent.EXTRA_USER, user);
            intent.putExtra(AppPermissionsFragment.EXTRA_HIDE_INFO_BUTTON, true);
            context.startActivity(intent);
        });