File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/src/main/java/dev/dimension/flare/ui/screen/serviceselect Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11package dev.dimension.flare.ui.screen.serviceselect
22
33import android.graphics.Color
4+ import android.view.View
45import android.view.ViewGroup.LayoutParams
56import android.webkit.CookieManager
67import android.widget.FrameLayout
@@ -58,7 +59,7 @@ internal fun VVOLoginScreen(toHome: () -> Unit) {
5859 .padding(it)
5960 .fillMaxSize(),
6061 onCreated = {
61- // it.setLayerType(View.LAYER_TYPE_SOFTWARE, null)
62+ it.setLayerType(View .LAYER_TYPE_SOFTWARE , null )
6263 it.setBackgroundColor(Color .TRANSPARENT )
6364 // clea all cookies
6465 CookieManager .getInstance().removeAllCookies(null )
Original file line number Diff line number Diff line change 11package dev.dimension.flare.ui.screen.serviceselect
22
33import android.graphics.Color
4+ import android.view.View
45import android.view.ViewGroup.LayoutParams
56import android.webkit.CookieManager
67import android.webkit.WebSettings
@@ -59,7 +60,7 @@ internal fun XQTLoginScreen(toHome: () -> Unit) {
5960 .padding(it)
6061 .fillMaxSize(),
6162 onCreated = {
62- // it.setLayerType(View.LAYER_TYPE_SOFTWARE, null)
63+ it.setLayerType(View .LAYER_TYPE_SOFTWARE , null )
6364 it.setBackgroundColor(Color .TRANSPARENT )
6465 // clea all cookies
6566 CookieManager .getInstance().removeAllCookies(null )
You can’t perform that action at this time.
0 commit comments