Sebi Sheldin Sebastian

Results 4 issues of Sebi Sheldin Sebastian

Large body data should be ignored and a simple string should be given instead

Now to show status bar its a weird set of static calls like Snackbar.with(this,null); Snackbar.type(Type.SUCCESS); Snackbar.message("Main Activity"); Snackbar.duration(Duration.SHORT); Snackbar.fillParent(true); Snackbar.textAlign(Align.LEFT); Snackbar.show();

Sometimes before closing when the view is scrolled out(fling action) and recycled, the expandable layout bugs out with partially opened view with the height expanded only part way, when calling...

``` Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.app.Application android.app.Activity.getApplication()' on a null object reference E/AndroidRuntime( 5340): at com.github.adee42.keyboardvisibility.KeyboardVisibilityPlugin.registerWith(KeyboardVisibilityPlugin.java:107) E/AndroidRuntime( 5340): at io.flutter.plugins.GeneratedPluginRegistrant.registerWith(GeneratedPluginRegistrant.java:38) E/AndroidRuntime( 5340): at com.example.app.Application.registerWith(Application.kt:17) E/AndroidRuntime( 5340):...