Skip to content

Commit 833dc7f

Browse files
Lazzainfil00p
authored andcommitted
Samsung crash quick-n-dirty fix
1 parent e443871 commit 833dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/SplashScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void run() {
9898
if (drawableId == 0) {
9999
drawableId = cordova.getActivity().getResources().getIdentifier(splashResource, "drawable", cordova.getActivity().getPackageName());
100100
}
101-
preferences.set("SplashDrawableId", drawableId);
101+
//preferences.set("SplashDrawableId", drawableId);
102102
}
103103
}
104104

0 commit comments

Comments
 (0)