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
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
setTheme(UserPreferences.getTheme());
|
||||
super.onCreate(savedInstanceState);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
setTheme(UserPreferences.getTheme());
|
||||
|
||||
setContentView(R.layout.gpodnetauth_activity);
|
||||
service = new GpodnetService();
|
||||
|
|
Loading…
Reference in New Issue