apache / cordova-plugin-dialogs

Apache Cordova Dialogs Plugin
https://cordova.apache.org/
Apache License 2.0
290 stars 354 forks source link

Check for setTextDirection API level #37

Closed mbillau closed 9 years ago

mbillau commented 9 years ago

Only try to change the textdirection if we are on API >= 17. Before, the dialog would still appear - this just removes a java.lang.NoSuchMethodError.