mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 19:31:30 +00:00
This commit is contained in:
parent
78e1aa2084
commit
74b460d3e1
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ public class SyncthingRunnable implements Runnable {
|
||||||
File externalFilesDir = mContext.getExternalFilesDir(null);
|
File externalFilesDir = mContext.getExternalFilesDir(null);
|
||||||
if (externalFilesDir != null)
|
if (externalFilesDir != null)
|
||||||
targetEnv.put("STGUIASSETS", externalFilesDir.getAbsolutePath() + "/gui");
|
targetEnv.put("STGUIASSETS", externalFilesDir.getAbsolutePath() + "/gui");
|
||||||
targetEnv.put("STNORESTART", "1");
|
targetEnv.put("STMONITORED", "1");
|
||||||
targetEnv.put("STNOUPGRADE", "1");
|
targetEnv.put("STNOUPGRADE", "1");
|
||||||
// Disable hash benchmark for faster startup.
|
// Disable hash benchmark for faster startup.
|
||||||
// https://github.com/syncthing/syncthing/issues/4348
|
// https://github.com/syncthing/syncthing/issues/4348
|
||||||
|
|
Loading…
Reference in a new issue