Theme in gpodder.net authentication screen was set incorrectly. fixes #310
This commit is contained in:
parent
ef922d018c
commit
c3adcca4d8
|
@ -56,9 +56,9 @@ public class GpodnetAuthenticationActivity extends ActionBarActivity {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
|
setTheme(UserPreferences.getTheme());
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
setTheme(UserPreferences.getTheme());
|
|
||||||
|
|
||||||
setContentView(R.layout.gpodnetauth_activity);
|
setContentView(R.layout.gpodnetauth_activity);
|
||||||
service = new GpodnetService();
|
service = new GpodnetService();
|
||||||
|
|
Loading…
Reference in New Issue