Theme in gpodder.net authentication screen was set incorrectly. fixes #310

This commit is contained in:
daniel oeh 2013-11-16 21:19:20 +01:00
parent ef922d018c
commit c3adcca4d8
1 changed files with 1 additions and 1 deletions

View File

@ -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();