Fix grid/list items being occluded by the navbar on Q with gestures off

This commit is contained in:
Cameron Gutman
2019-08-13 22:18:03 -07:00
parent ad3614c58e
commit 5b5277bf3f
10 changed files with 64 additions and 26 deletions

View File

@@ -560,6 +560,7 @@ public class AppView extends Activity implements AdapterFragmentCallbacks {
}
}
});
UiHelper.applyStatusBarPadding(listView);
registerForContextMenu(listView);
listView.requestFocus();
}