mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Fix bug: After trying to share a file without permission, it's not possible to share a file
This commit is contained in:
parent
4a47e96bc7
commit
40ca3d9b21
1 changed files with 1 additions and 0 deletions
|
@ -516,6 +516,7 @@ public class FileActivity extends SherlockFragmentActivity
|
|||
ErrorMessageAdapter.getErrorCauseMessage(result, operation, getResources()),
|
||||
Toast.LENGTH_LONG);
|
||||
t.show();
|
||||
mTryShareAgain = false;
|
||||
}
|
||||
} else {
|
||||
Toast t = Toast.makeText(this,
|
||||
|
|
Loading…
Reference in a new issue