mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Remove singleTask launchMode from ReaderActivity
This commit is contained in:
parent
72f6fb6668
commit
34c8484d50
2 changed files with 4 additions and 2 deletions
|
@ -7,5 +7,8 @@
|
|||
|
||||
## Other
|
||||
-->
|
||||
## Fixes
|
||||
- Fixed not being able to open different chapter if another chapter is opened
|
||||
|
||||
## Other
|
||||
- Wrap SplashState to singleton factory, might fix issue where splash screen shown multiple times
|
||||
|
|
|
@ -94,8 +94,7 @@
|
|||
</activity>
|
||||
<activity android:name=".ui.reader.ReaderActivity"
|
||||
android:theme="@style/Theme.Tachiyomi.SplashScreen"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.samsung.android.support.REMOTE_ACTION" />
|
||||
</intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue