mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Action bar is necessary now
This commit is contained in:
@@ -247,6 +247,8 @@ public class ApplicationEx extends Application {
|
||||
if (!prefs.contains("poll_interval"))
|
||||
editor.putInt("poll_interval", 0);
|
||||
editor.remove("first");
|
||||
} else if (version < 999) {
|
||||
editor.remove("actionbar");
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
@@ -730,6 +730,7 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:checked="true"
|
||||
android:text="@string/title_advanced_actionbar"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/swSeekbar"
|
||||
|
||||
Reference in New Issue
Block a user