mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 15:29:51 +00:00
Apricot tart
This commit is contained in:
parent
21f7540c28
commit
4e6183580e
14 changed files with 1239 additions and 805 deletions
|
|
@ -508,7 +508,7 @@ public class VectrasApp extends Application {
|
|||
}
|
||||
|
||||
public static boolean isFileExists(String filePath) {
|
||||
File file = new File(filePath);
|
||||
File file = new File(filePath.replaceAll("\n", ""));
|
||||
return file.exists();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue