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();
|
sharedPreferences.edit().putBoolean(keyServiceRunning, false).apply();
|
||||||
|
|
||||||
recoverScreen();
|
recoverScreen();
|
||||||
|
|
||||||
ActionBar actionBar = getSupportActionBar();
|
|
||||||
actionBar.hide();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void flipInputTexts() {
|
private void flipInputTexts() {
|
||||||
|
Reference in New Issue
Block a user