Remove the temporary action bar hide.

This commit is contained in:
2025-07-12 12:30:12 -07:00
parent fc6ff2e5cc
commit e02abc19f8

View File

@@ -494,9 +494,6 @@ public class MainActivity extends AppCompatActivity {
sharedPreferences.edit().putBoolean(keyServiceRunning, false).apply();
recoverScreen();
ActionBar actionBar = getSupportActionBar();
actionBar.hide();
}
private void flipInputTexts() {