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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user