]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/activities/SettingsActivity.java
Move the theme assignments to the manifest file. https://redmine.stoutner.com/issues/761
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / SettingsActivity.java
index f04aaca32b6248bf80cb908e30db4c87c9707e6a..d21ccbb53be4aa0a52e073fe7f0599dcc791e711 100644 (file)
@@ -43,9 +43,6 @@ public class SettingsActivity extends AppCompatActivity {
             getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
         }
 
-        // Set the theme.
-        setTheme(R.style.PrivacyBrowserSettings);
-
         // Run the default commands.
         super.onCreate(savedInstanceState);