mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-10 01:16:23 +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) {
|
} else if (mCredentials != null) {
|
||||||
return mCredentials.getUsername();
|
return mCredentials.getUsername();
|
||||||
} else {
|
} else {
|
||||||
return "NONE";
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user