mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-15 14:51:04 +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();
|
||||
} else {
|
||||
return false;
|
||||
return sizeA == 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user