Skip to content

Commit 5e09f90

Browse files
committed
Code removed as will be receiving from NC.
1 parent c0ebe97 commit 5e09f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/account/UserAccountManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void resetOwnCloudAccount() {
340340
@Override
341341
public boolean accountOwnsFile(OCFile file, Account account) {
342342
final String ownerId = file.getOwnerId();
343-
return TextUtils.isEmpty(ownerId) || account.name.split("@")[0].equalsIgnoreCase(ownerId);
343+
return TextUtils.isEmpty(ownerId) || account.name.split("@")[0].equals(ownerId);
344344
}
345345

346346
@Override

0 commit comments

Comments
 (0)