After Update App Crash rate increase by 20% in Playconsol

My crush was zero after Update my app crash rate in play consol increase by 20 %,

Issue found : SourceFile - com.google.appinventor.components.runtime.Form.lambda$handleStatusbarOverlay$0

  • java.lang.NullPointerException,

( Its becouse of status bar Hide or Visible manual by block..)

What to do ?

: That error

SourceFile - com.google.appinventor.components.runtime.Form.lambda$handleStatusbarOverlay$0
java.lang.NullPointerException

is a runtime crash from the App Inventor/Niotron framework itself. It’s happening because something inside the Form class is trying to handle Status Bar Overlay (the feature that changes or hides the status bar), but the context or window reference is null.

Check your crush rate in playstore, if increasing day by day use this.

:slight_smile: I build an Extension to solve it,

Solution link :Status Bar Regulator Extension - Extensions - Niotron Community

1 Like