Webview background was causing white flashes on dark theme

This commit is contained in:
Andrei 2020-05-25 22:16:21 -07:00
parent c8439da97e
commit d86a959de4

View file

@ -211,6 +211,7 @@ public class ReadingItemFragment extends NbFragment implements PopupMenu.OnMenuI
registerForContextMenu(web);
web.setCustomViewLayout(webviewCustomViewLayout);
web.setWebviewWrapperLayout(fragmentScrollview);
web.setBackgroundColor(Color.TRANSPARENT);
web.fragment = this;
web.activity = activity;