apache / cordova-plugin-statusbar

Apache Cordova Status Bar Plugin
https://cordova.apache.org/
Apache License 2.0
618 stars 480 forks source link

refactor(android): Remove unused code #242

Closed jcesarmobile closed 1 year ago

jcesarmobile commented 1 year ago

Since the next major version of the plugin will require cordova-android 10, all the kitkat or SDK 21 version checks can be removed since cordova-android 10 supports SDK 22+.

Also the plugin doesn't throws JSONException since the error is catch.

Also replace the Runnable with lambdas.