Fixed tachi not opening from manga links

This commit is contained in:
Jay 2020-05-04 15:09:57 -04:00
parent 22eb46ac0b
commit c565898599

View File

@ -44,10 +44,12 @@
</activity>
<activity
android:name=".ui.main.SearchActivity"
android:launchMode="singleInstance"
android:theme="@style/Theme.Splash">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<action android:name="com.google.android.gms.actions.SEARCH_ACTION"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<intent-filter>
@ -55,8 +57,6 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
<!--suppress AndroidDomInspection -->
<meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
</activity>
<activity
android:name=".ui.reader.ReaderActivity" />