mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added auto hide toolbar
This commit is contained in:
@@ -106,6 +106,12 @@ public class FragmentBase extends Fragment {
|
||||
return null;
|
||||
}
|
||||
|
||||
protected void showActionBar(boolean show) {
|
||||
FragmentActivity activity = getActivity();
|
||||
if (activity instanceof ActivityBase)
|
||||
((ActivityBase) activity).showActionBar(show);
|
||||
}
|
||||
|
||||
protected void setCount(String count) {
|
||||
this.count = count;
|
||||
updateSubtitle();
|
||||
|
||||
Reference in New Issue
Block a user