Skip to content

Commit a9359c6

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
1 parent 8162621 commit a9359c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/ui/dialog/RenameFileDialogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class RenameFileDialogFragment :
181181
typedActivity<ComponentsGetter>()?.fileOperationsHelper?.renameFile(targetFile, newFileName)
182182
} else {
183183
fileDataStorageManager.addRenameFileOfflineOperation(targetFile, newFileName)
184-
fda.refreshCurrentDirectory()
184+
fda?.refreshCurrentDirectory()
185185
}
186186
}
187187
}

0 commit comments

Comments
 (0)