v1.1.0 - Update Targeted Version + Enhancements + Bugfixes #1

Merged
me merged 24 commits from dev into main 2025-07-19 15:25:35 -07:00
Showing only changes of commit e02abc19f8 - Show all commits

View File

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