1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 22:41:44 +02:00

fixed AppIntro crash while adding an user, see issue #595

This commit is contained in:
oliexdev
2020-07-08 17:00:25 +02:00
parent 4dd8ecfec1
commit 0d95e87604

View File

@@ -38,8 +38,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".gui.slides.AppIntroActivity"/>
<activity android:name=".gui.slides.SlideToNavigationAdapter"/>
<activity android:name=".gui.slides.AppIntroActivity" android:theme="@style/AppTheme.NoActionBar"/>
<activity android:name=".gui.slides.SlideToNavigationAdapter" android:theme="@style/AppTheme.NoActionBar"/>
<receiver android:name=".core.alarm.ReminderBootReceiver" android:enabled="false">
<intent-filter>