1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00

Remove test

This commit is contained in:
Catfriend1 2018-07-27 02:01:52 +02:00
parent fd2e0309e8
commit 6a459311f4

View file

@ -139,8 +139,6 @@ public class Util {
useRoot = true; useRoot = true;
} }
absoluteFolderPath = "/storage/emulated/0/Папка";
// Check for cyrillic characters in the folder path. // Check for cyrillic characters in the folder path.
if (absoluteFolderPath.matches(".*\\p{InCyrillic}.*")) { if (absoluteFolderPath.matches(".*\\p{InCyrillic}.*")) {
Log.w(TAG, "nativeBinaryCanWriteToPath: Path '" + absoluteFolderPath + Log.w(TAG, "nativeBinaryCanWriteToPath: Path '" + absoluteFolderPath +