Closed jeankhawand closed 1 year ago
at this stage I am getting duplicate iids added after binary search which results in duplicate items on second refresh https://github.com/yang991178/fluent-reader-lite/blob/dbd02217701c7c100a42547657eca94ed65ab405/lib/models/feeds_model.dart#L71-L79
at this stage I am getting duplicate iids added after binary search which results in duplicate items on second refresh
At end of binary search it is pushing element at max and since it's a growableList we end up with duplicate values – we do need to check if at max we have same element before pushing it
Known Issue