mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Merge upstream changes
This commit is contained in:
		| @@ -26,14 +26,14 @@ | ||||
|         android:theme="@style/Theme.Tachiyomi"> | ||||
|         <activity | ||||
|             android:name=".ui.main.MainActivity" | ||||
|             android:launchMode="singleTask"> | ||||
|             android:launchMode="singleTop"> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.MAIN" /> | ||||
|  | ||||
|                 <category android:name="android.intent.category.LAUNCHER" /> | ||||
|             </intent-filter> | ||||
|             <meta-data android:name="android.app.shortcuts" | ||||
|                 android:resource="@xml/shortcuts"/> | ||||
|  | ||||
|             <!--suppress AndroidDomInspection --> | ||||
|             <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> | ||||
|         </activity> | ||||
|         <activity | ||||
|             android:name=".ui.reader.ReaderActivity" | ||||
| @@ -101,10 +101,6 @@ | ||||
|             android:name=".data.backup.BackupRestoreService" | ||||
|             android:exported="false"/> | ||||
|  | ||||
|         <meta-data | ||||
|             android:name="eu.kanade.tachiyomi.data.glide.AppGlideModule" | ||||
|             android:value="GlideModule" /> | ||||
|  | ||||
|         <!-- EH --> | ||||
|         <activity | ||||
|             android:name="exh.ui.intercept.InterceptActivity" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user