Fix solve captcha activity not appearing (change that caused this was not released)

This commit is contained in:
NerdNumber9 2019-04-21 17:28:07 -04:00
parent fdef687f0c
commit 6ce70296a6
2 changed files with 1 additions and 2 deletions

View File

@ -223,7 +223,6 @@
</activity>
<activity
android:name="exh.ui.captcha.BrowserActionActivity"
android:launchMode="singleInstance"
android:theme="@style/Theme.EHActivity" />
<activity android:name="exh.ui.webview.WebViewActivity" />
</application>

View File

@ -617,7 +617,7 @@ class BrowserActionActivity : AppCompatActivity() {
private fun baseIntent(context: Context) =
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,