mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
Fix: The path in the action bar is wrong after deleteing a file and changing the orientation
This commit is contained in:
parent
3fb28ceae4
commit
f0ea0b3dc6
1 changed files with 1 additions and 1 deletions
|
@ -1306,7 +1306,7 @@ OnSslUntrustedCertListener, EditNameDialogListener {
|
|||
if (getStorageManager().getFileById(removedFile.getParentId()).equals(getCurrentDir())) {
|
||||
refreshListOfFilesFragment();
|
||||
}
|
||||
|
||||
invalidateOptionsMenu();
|
||||
} else {
|
||||
Toast msg = Toast.makeText(this, R.string.remove_fail_msg, Toast.LENGTH_LONG);
|
||||
msg.show();
|
||||
|
|
Loading…
Reference in a new issue