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): execute - convert if condition to switch case #251

Closed erisu closed 1 year ago

erisu commented 1 year ago

Platforms affected

Android

Motivation and Context

Just felt like the switch case looked cleaner :D

Description

Converted the execute methods if conditions to use switch case

Testing

Build with AS

Checklist