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/solverui/SolverActivity.java
64 64
    @Override
65 65
    protected void onCreate(Bundle savedState)
66 66
      {
67
      setTheme(R.style.MaterialThemeNoActionBar);
67 68
      super.onCreate(savedState);
68 69
      DistortedLibrary.onCreate(ACTIVITY_NUMBER);
69
      setTheme(R.style.MaterialThemeNoActionBar);
70 70
      setContentView(R.layout.solver);
71 71
      hideNavigationBar();
72 72

  

Also available in: Unified diff