Browse Source

Merge pull request #8655 from nextcloud/remove-unused-method

Remove unused UserListItem.getAccount() method
Tobias Kaminsky 3 năm trước cách đây
mục cha
commit
6664a8e5d9

+ 0 - 4
src/main/java/com/owncloud/android/ui/adapter/UserListItem.java

@@ -63,10 +63,6 @@ public class UserListItem {
         type = TYPE_ACTION_ADD;
     }
 
-    public Account getAccount() {
-        return user.toPlatformAccount();
-    }
-
     public User getUser() {
         return user;
     }