mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Avoid multiple reader instances (closes #1851)
This commit is contained in:
		| @@ -59,7 +59,9 @@ | ||||
|                 android:name="android.app.searchable" | ||||
|                 android:resource="@xml/searchable" /> | ||||
|         </activity> | ||||
|         <activity android:name=".ui.reader.ReaderActivity" /> | ||||
|         <activity | ||||
|             android:name=".ui.reader.ReaderActivity" | ||||
|             android:launchMode="singleTask" /> | ||||
|         <activity | ||||
|             android:name=".ui.security.BiometricUnlockActivity" | ||||
|             android:theme="@style/Theme.Splash" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user