Commit 06a81464 by Kim Jinsung

Checkの場合、アンケート・試験は利用してないけで修正はしておく

parent 4cf6d8f7
......@@ -154,7 +154,10 @@ public class EnqueteLayout extends RelativeLayout {
return false;
}
});
if (Build.VERSION.SDK_INT >= 29) {
mWebView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}
mWebView.loadUrl(htmlPath);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment