fix: Remove singleTask launchMode from ReaderActivity

This commit is contained in:
Ahmad Ansori Palembani 2024-05-28 12:20:58 +07:00
parent 72f6fb6668
commit 34c8484d50
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 2 deletions

View file

@ -7,5 +7,8 @@
## Other ## Other
--> -->
## Fixes
- Fixed not being able to open different chapter if another chapter is opened
## Other ## Other
- Wrap SplashState to singleton factory, might fix issue where splash screen shown multiple times - Wrap SplashState to singleton factory, might fix issue where splash screen shown multiple times

View file

@ -94,8 +94,7 @@
</activity> </activity>
<activity android:name=".ui.reader.ReaderActivity" <activity android:name=".ui.reader.ReaderActivity"
android:theme="@style/Theme.Tachiyomi.SplashScreen" android:theme="@style/Theme.Tachiyomi.SplashScreen"
android:exported="true" android:exported="true">
android:launchMode="singleTask">
<intent-filter> <intent-filter>
<action android:name="com.samsung.android.support.REMOTE_ACTION" /> <action android:name="com.samsung.android.support.REMOTE_ACTION" />
</intent-filter> </intent-filter>