mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-16 15:28:38 +00:00
fix trigger save draft when click save without doing anything
This commit is contained in:
@@ -39,7 +39,7 @@ public class CollectionUtils {
|
|||||||
}
|
}
|
||||||
return matchCount == b.size();
|
return matchCount == b.size();
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return sizeA == 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user