File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
android/src/main/java/com/jimmydaddy/imagemarker Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
types : [opened, synchronize, reopened]
5
5
workflow_dispatch :
6
6
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.head_ref }}
9
+ cancel-in-progress : true
10
+
7
11
jobs :
8
12
9
13
install-dep :
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ class ImageMarkerManager(private val context: ReactApplicationContext) : ReactCo
284
284
return if (null != filename) {
285
285
if (filename.endsWith(" .jpg" ) || filename.endsWith(" .png" )) " $cacheDir /$filename " else " $cacheDir /$filename$ext "
286
286
} else {
287
- val name = UUID .randomUUID().toString() + " image marker "
287
+ val name = UUID .randomUUID().toString() + " _image_marker "
288
288
" $cacheDir /$name$ext "
289
289
}
290
290
}
You can’t perform that action at this time.
0 commit comments