This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Help Me please

VensMods

Platinian
Hello everyone, I ran into a problem. The image in the lgl menu mod is not shown
 

Attachments

  • Screenshot_2020-07-08-18-21-00-031_uk.lgl.modmenu.jpg
    32.4 KB · Views: 126
I also had it, I don’t remember how I fixed it, but try instead:
if (IconWebViewData ()! = null) {
mCollapsed.addView (wView);
} else {
mCollapsed.addView (startimage);
}
Use this:
mCollapsed.addView (startimage);