You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringfileManagerCannotOverwriteError = "Cannot overwrite remote file. The remote file system already has a file of this name, and the file manager is set to not automatically overwrite files.";
73
+
finalStringfileManagerCannotOverwriteError = "Cannot overwrite remote file. The remote file system already has a file of this name, and the file manager is set to not automatically overwrite files.";
74
74
75
75
76
76
/**
@@ -196,13 +196,7 @@ public void onComplete(boolean success, int bytesAvailable, Collection<String> f
if (!mutableRemoteFileNames.contains(fileName) && completionListener != null) {
74
+
StringerrorMessage = "File to delete is no longer on the head unit, aborting operation";
75
+
// Returning BaseFileManager.SPACE_AVAILABLE_MAX_VALUE for bytesAvaialble as a placeHolder, it will not get updated in BaseFileManager as long as success returned is false.
0 commit comments