mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-09 17:06:18 +00:00
Removed annoying NONE value from OwnCloudAccount#getDisplayName
This commit is contained in:
parent
75667c67f4
commit
4d80ca096d
@ -145,7 +145,7 @@ public class OwnCloudAccount {
|
||||
} else if (mCredentials != null) {
|
||||
return mCredentials.getUsername();
|
||||
} else {
|
||||
return "NONE";
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user