Fix solve captcha activity not appearing (change that caused this was not released)
This commit is contained in:
parent
fdef687f0c
commit
6ce70296a6
@ -223,7 +223,6 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="exh.ui.captcha.BrowserActionActivity"
|
android:name="exh.ui.captcha.BrowserActionActivity"
|
||||||
android:launchMode="singleInstance"
|
|
||||||
android:theme="@style/Theme.EHActivity" />
|
android:theme="@style/Theme.EHActivity" />
|
||||||
<activity android:name="exh.ui.webview.WebViewActivity" />
|
<activity android:name="exh.ui.webview.WebViewActivity" />
|
||||||
</application>
|
</application>
|
||||||
|
@ -617,7 +617,7 @@ class BrowserActionActivity : AppCompatActivity() {
|
|||||||
|
|
||||||
private fun baseIntent(context: Context) =
|
private fun baseIntent(context: Context) =
|
||||||
Intent(context, BrowserActionActivity::class.java).apply {
|
Intent(context, BrowserActionActivity::class.java).apply {
|
||||||
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK and Intent.FLAG_ACTIVITY_NO_HISTORY)
|
addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun launchCaptcha(context: Context,
|
fun launchCaptcha(context: Context,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user