Convert webview into an activity (#2470)
Based on 65804ebb3a
(cherry picked from commit 797553ce1677987c2713407d98159725e0205610)
This commit is contained in:
parent
c2e50305eb
commit
1f20d96191
@ -22,7 +22,7 @@ import exh.ui.login.LoginController
|
|||||||
import kotlinx.android.synthetic.main.activity_webview.*
|
import kotlinx.android.synthetic.main.activity_webview.*
|
||||||
import uy.kohesive.injekt.injectLazy
|
import uy.kohesive.injekt.injectLazy
|
||||||
|
|
||||||
class WebViewActivity : BaseActivity() {
|
class EhWebViewActivity : BaseActivity() {
|
||||||
private val prefs: PreferencesHelper by injectLazy()
|
private val prefs: PreferencesHelper by injectLazy()
|
||||||
private var mobileUserAgent: String? = null
|
private var mobileUserAgent: String? = null
|
||||||
private var isDesktop: Boolean = false
|
private var isDesktop: Boolean = false
|
Loading…
x
Reference in New Issue
Block a user