mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-22 13:52:55 +00:00
Removed annoying NONE value from OwnCloudAccount#getDisplayName
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user