mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Fix Tsumino captcha appearing multiple times
This commit is contained in:
@ -182,7 +182,9 @@
|
||||
android:scheme="https"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name="exh.captcha.SolveCaptchaActivity" />
|
||||
<activity
|
||||
android:name="exh.captcha.SolveCaptchaActivity"
|
||||
android:launchMode="singleInstance" />
|
||||
|
||||
</application>
|
||||
|
||||
|
Reference in New Issue
Block a user