mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +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()),
|
ErrorMessageAdapter.getErrorCauseMessage(result, operation, getResources()),
|
||||||
Toast.LENGTH_LONG);
|
Toast.LENGTH_LONG);
|
||||||
t.show();
|
t.show();
|
||||||
|
mTryShareAgain = false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Toast t = Toast.makeText(this,
|
Toast t = Toast.makeText(this,
|
||||||
|
|
Loading…
Reference in a new issue