Skip to content

Commit 4b0d069

Browse files
committed
Code removed as will be receiving from NC.
1 parent 9910a08 commit 4b0d069

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
@@ -342,7 +342,7 @@ public void resetOwnCloudAccount() {
342342
@Override
343343
public boolean accountOwnsFile(OCFile file, Account account) {
344344
final String ownerId = file.getOwnerId();
345-
return TextUtils.isEmpty(ownerId) || account.name.split("@")[0].equalsIgnoreCase(ownerId);
345+
return TextUtils.isEmpty(ownerId) || account.name.split("@")[0].equals(ownerId);
346346
}
347347

348348
@Override

0 commit comments

Comments
 (0)