Fix bug: After trying to share a file without permission, it's not possible to share a file

This commit is contained in:
masensio 2015-03-09 15:16:42 +01:00
parent 4a47e96bc7
commit 40ca3d9b21

View file

@ -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,