Fixed an issue where transparent themes wouldn't work in TLA

pull/14/head
Sam Bosley 11 years ago
parent 6440cc8361
commit a880606003

@ -173,8 +173,8 @@ public class TaskListActivity extends AstridActivity implements MainMenuListener
*/ */
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
ThemeService.applyTheme(this); ThemeService.applyTheme(this);
super.onCreate(savedInstanceState);
DependencyInjectionService.getInstance().inject(this); DependencyInjectionService.getInstance().inject(this);
int contentView = getContentView(); int contentView = getContentView();

Loading…
Cancel
Save