ImageCapture: only append space when filename isnt empty

This commit is contained in:
Alexsuperfly
2020-02-14 15:04:38 -05:00
parent ed8a1b92ba
commit 57167ff1cc
@@ -115,7 +115,7 @@ public class ImageCapture
playerFolder.mkdirs();
fileName += " " + format(new Date());
fileName += (fileName.isEmpty() ? "" : " ") + format(new Date());
try
{