Convert webview into an activity (#2470)

Based on https://github.com/Jays2Kings/tachiyomiJ2K/commit/65804ebb3aca0a79377167334ff842c0789440f3

(cherry picked from commit 797553ce16)
This commit is contained in:
jobobby04
2020-04-03 21:02:28 -04:00
committed by Jobobby04
parent c2e50305eb
commit 1f20d96191
@@ -22,7 +22,7 @@ import exh.ui.login.LoginController
import kotlinx.android.synthetic.main.activity_webview.*
import uy.kohesive.injekt.injectLazy
class WebViewActivity : BaseActivity() {
class EhWebViewActivity : BaseActivity() {
private val prefs: PreferencesHelper by injectLazy()
private var mobileUserAgent: String? = null
private var isDesktop: Boolean = false