Project

General

Profile

« Previous | Next » 

Revision e8f3534d

Added by Leszek Koltunski about 2 months ago

call setTheme before super() on all activities onCreate()

View differences:

src/main/java/org/distorted/config/ConfigActivity.java
56 56
    @Override
57 57
    protected void onCreate(Bundle savedState)
58 58
      {
59
      setTheme(R.style.MaterialThemeNoActionBar);
59 60
      super.onCreate(savedState);
60 61
      DistortedLibrary.onCreate(ACTIVITY_NUMBER);
61
      setTheme(R.style.MaterialThemeNoActionBar);
62 62
      setContentView(R.layout.config);
63 63

  
64 64
      Bundle b = getIntent().getExtras();

Also available in: Unified diff