fix switch statement

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-06-30 09:35:33 +02:00
parent f07e14fd30
commit 7cbfc58036
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -444,6 +444,7 @@ public class FileDetailSharingFragment extends Fragment implements ShareeListAda
return true;
case R.id.action_unshare:
fileOperationsHelper.unshareShare(file, publicShare);
return true;
default:
return super.onOptionsItemSelected(item);
}