We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71c755e + 86c2068 commit 57333cbCopy full SHA for 57333cb
src/android/Canvas2ImagePlugin.java
@@ -97,7 +97,8 @@ private void savePhoto() {
97
+ c.get(Calendar.YEAR)
98
+ c.get(Calendar.HOUR_OF_DAY)
99
+ c.get(Calendar.MINUTE)
100
- + c.get(Calendar.SECOND);
+ + c.get(Calendar.SECOND)
101
+ + c.get(Calendar.MILLISECOND);
102
103
String deviceVersion = Build.VERSION.RELEASE;
104
Log.i("Canvas2ImagePlugin", "Android version " + deviceVersion);
0 commit comments