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

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

Merge "Ensure AppPermissionsFragment starts scrolled to the top."

parents 3c2fda3d d87a21dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public abstract class PermissionsFrameFragment extends PreferenceFragmentCompat
        mProgressHeader = rootView.requireViewById(R.id.progress_bar_animation);
        mProgressView = rootView.requireViewById(R.id.progress_bar_background);
        setProgressBarVisible(false);
        getListView().setFocusable(false);
        return rootView;
    }