Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master e44387178 -> 50a55883d
Samsung crash quick-n-dirty fix Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/833dc7f7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/833dc7f7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/833dc7f7 Branch: refs/heads/master Commit: 833dc7f783976c0d8013d28625fbea9e9146bc41 Parents: e443871 Author: Andrea Lazzarotto <[email protected]> Authored: Wed Mar 15 13:03:00 2017 +0100 Committer: Joe Bowser <[email protected]> Committed: Thu Oct 5 13:57:45 2017 -0700 ---------------------------------------------------------------------- src/android/SplashScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/833dc7f7/src/android/SplashScreen.java ---------------------------------------------------------------------- diff --git a/src/android/SplashScreen.java b/src/android/SplashScreen.java index b29f79e..6f19525 100644 --- a/src/android/SplashScreen.java +++ b/src/android/SplashScreen.java @@ -98,7 +98,7 @@ public class SplashScreen extends CordovaPlugin { if (drawableId == 0) { drawableId = cordova.getActivity().getResources().getIdentifier(splashResource, "drawable", cordova.getActivity().getPackageName()); } - preferences.set("SplashDrawableId", drawableId); + //preferences.set("SplashDrawableId", drawableId); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
