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

Commit 8144e9fd authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Fix LoginActivity theming

Due to recent updates on upstream side, LoginActivity
was crashing.

Using the default application theme fixes the issue.
parent 22782464
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -369,8 +369,7 @@
            android:name="org.microg.gms.auth.login.LoginActivity"
            android:configChanges="keyboardHidden|keyboard|orientation|screenSize"
            android:exported="true"
            android:process=":ui"
            android:theme="@style/Theme.LoginBlue">
            android:process=":ui">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.login.LOGIN" />

+0 −5
Original line number Diff line number Diff line
@@ -44,11 +44,6 @@
        <item name="android:divider">@color/divider_color</item>
    </style>

    <style name="Theme.LoginBlue" parent="AppTheme">
        <item name="android:windowNoTitle">true</item>
        <item name="windowActionBar">false</item>
    </style>

    <style name="customToolbarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar">
        <item name="colorControlNormal">@color/settings_theme_accent</item>
        <item name="android:textColorPrimary">@color/primary_text_color</item>