parent
57a4b023f1
commit
666185c027
@ -393,7 +393,7 @@ class _Icon {
|
|||||||
if (shortId == b.shortId) {
|
if (shortId == b.shortId) {
|
||||||
return id.length - b.id.length;
|
return id.length - b.id.length;
|
||||||
}
|
}
|
||||||
return flutterId.compareTo(b.flutterId);
|
return shortId.compareTo(b.shortId);
|
||||||
}
|
}
|
||||||
|
|
||||||
String _replaceLast(String string, String toReplace) {
|
String _replaceLast(String string, String toReplace) {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user