mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(webview): Don't try to get binding
This commit is contained in:
parent
5e84586ff5
commit
ba837c75e7
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ open class BaseWebViewActivity : BaseActivity<ViewBinding>() {
|
|||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
delegate.localNightMode = preferences.nightMode().get()
|
||||
setContentView(binding.root)
|
||||
WindowCompat.setDecorFitsSystemWindows(window, false)
|
||||
window.statusBarColor = ColorUtils.setAlphaComponent(
|
||||
getResourceColor(R.attr.colorSurface),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue