prefs: do we really need a toolbar
This commit is contained in:
parent
52adc29715
commit
9855a70fb3
@ -23,6 +23,7 @@ public class PreferencesActivity extends CommonActivity {
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
getSupportActionBar().hide();
|
||||
|
||||
android.app.FragmentTransaction ft = getFragmentManager().beginTransaction();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user