File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
java/com/nextcloud/client/account Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ public void resetOwnCloudAccount() {
342
342
@ Override
343
343
public boolean accountOwnsFile (OCFile file , Account account ) {
344
344
final String ownerId = file .getOwnerId ();
345
- return TextUtils .isEmpty (ownerId ) || account .name .split ("@" )[0 ].equals (ownerId );
345
+ return TextUtils .isEmpty (ownerId ) || account .name .split ("@" )[0 ].equalsIgnoreCase (ownerId );
346
346
}
347
347
348
348
@ Override
Original file line number Diff line number Diff line change 75
75
<color name =" secondary_button_text_color" >#000000</color >
76
76
<color name =" nc_grey" >#ededed</color >
77
77
<color name =" icon_on_nc_grey" >#000000</color >
78
- <color name =" bottom_sheet_bg_color" >#FFFFFF</color >
79
- <color name =" bottom_sheet_icon_color" >#191919</color >
80
78
<color name =" bottom_sheet_txt_color" >#191919</color >
81
79
82
80
<color name =" process_dialog_background" >#ffffff</color >
You can’t perform that action at this time.
0 commit comments