mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Cannot scroll vertical anymore
This commit is contained in:
@@ -106,6 +106,14 @@ public class FragmentBase extends Fragment {
|
||||
return null;
|
||||
}
|
||||
|
||||
protected boolean isActionBarShown() {
|
||||
FragmentActivity activity = getActivity();
|
||||
if (activity instanceof ActivityBase)
|
||||
return ((ActivityBase) activity).isActionBarShown();
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
||||
protected void showActionBar(boolean show) {
|
||||
FragmentActivity activity = getActivity();
|
||||
if (activity instanceof ActivityBase)
|
||||
|
||||
Reference in New Issue
Block a user