mirror of
https://github.com/TeamNewPipe/NewPipe/
synced 2025-01-21 21:46:14 +01:00
Merge pull request #557 from mauriciocolli/fix-settings-rotation
Fix settings on screen rotation
This commit is contained in:
commit
be421e580d
@ -53,10 +53,12 @@ public class SettingsActivity extends AppCompatActivity {
|
|||||||
actionBar.setDisplayShowTitleEnabled(true);
|
actionBar.setDisplayShowTitleEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (savedInstanceBundle == null) {
|
||||||
getFragmentManager().beginTransaction()
|
getFragmentManager().beginTransaction()
|
||||||
.replace(R.id.fragment_holder, new SettingsFragment())
|
.replace(R.id.fragment_holder, new SettingsFragment())
|
||||||
.commit();
|
.commit();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onOptionsItemSelected(MenuItem item) {
|
public boolean onOptionsItemSelected(MenuItem item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user