Skip to content

Commit

Permalink
Use white background in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Reco1I committed Dec 18, 2024
1 parent c3c28e9 commit 68db238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public MarkdownWebView(Context context, AttributeSet attrs, int defStyleAttr, in

@SuppressLint("SetJavaScriptEnabled")
void init(Context context) {
this.setBackgroundColor(Color.TRANSPARENT);
this.setBackgroundColor(Color.WHITE);

this.getSettings().setBlockNetworkLoads(true);
this.getSettings().setLoadWithOverviewMode(true);
Expand Down

0 comments on commit 68db238

Please sign in to comment.