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:
parent
fd2e0309e8
commit
6a459311f4
1 changed files with 0 additions and 2 deletions
|
@ -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 +
|
||||||
|
|
Loading…
Reference in a new issue