Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 574c7056 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Small formatting correction

parent 2167bdbd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -276,9 +276,10 @@ class ApplicationContext extends Context {
                Configuration config = ActivityManagerNative.getDefault().getConfiguration();
                if (config.customTheme != null) {
                    int themeId = config.customTheme.getThemeId();
                    if (themeId >= 0)
                    if (themeId >= 0) {
                        return themeId;
                    }
                }
            } catch (RemoteException e) {
                Log.e(TAG, "Unable to access configuration, reverting to original system default theme", e);
            }