Show users/groups in Search Fragment list
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / UnshareOperation.java
index 42d25a3..dcc4bdc 100644 (file)
@@ -84,7 +84,7 @@ public class UnshareOperation extends SyncOperation {
                             getSharesWithForAFile(mRemotePath,
                             getStorageManager().getAccount().name);
                     if (sharesWith.size() == 1) {
-                        file.setShareViaUsers(false);
+                        file.setShareWithSharee(false);
                     }
                 }