Action bar is necessary now

This commit is contained in:
M66B 2020-03-01 12:25:02 +01:00
parent e6a0220a7d
commit 41bd388aa8
2 changed files with 3 additions and 0 deletions

View File

@ -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) {

View File

@ -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"