mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Use isEmpty()
This commit is contained in:
parent
23282fc7e8
commit
2f9873c35e
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ public class Manager implements Closeable {
|
||||||
if (name.isEmpty()) {
|
if (name.isEmpty()) {
|
||||||
name = null;
|
name = null;
|
||||||
}
|
}
|
||||||
if (members.size() == 0) {
|
if (members.isEmpty()) {
|
||||||
members = null;
|
members = null;
|
||||||
}
|
}
|
||||||
if (avatar.isEmpty()) {
|
if (avatar.isEmpty()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue