Browse Source

fix switch statement

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 năm trước cách đây
mục cha
commit
7cbfc58036

+ 1 - 0
src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingFragment.java

@@ -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);
         }