Fix Tsumino captcha appearing multiple times
This commit is contained in:
parent
eb965542cc
commit
09dbd723e4
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user