Remove the temporary action bar hide.
This commit is contained in:
@@ -494,9 +494,6 @@ public class MainActivity extends AppCompatActivity {
|
||||
sharedPreferences.edit().putBoolean(keyServiceRunning, false).apply();
|
||||
|
||||
recoverScreen();
|
||||
|
||||
ActionBar actionBar = getSupportActionBar();
|
||||
actionBar.hide();
|
||||
}
|
||||
|
||||
private void flipInputTexts() {
|
||||
|
Reference in New Issue
Block a user