ancuop

Results 2 comments of ancuop

I found that the issue is caused by getViewTreeObserver().addOnGlobalLayoutListener(), the listener is not freed by garbage collector. (Refer to: http://stackoverflow.com/questions/28264139/view-getviewtreeobserver-addongloballayoutlistener-leaks-fragment). I fixed the RecyclerStikkyFragment example by making some changes on...

From source code I found an issue on function TopKPRange_RedisCommand. - for ASC it run correctly because it replies with vector[0] to vector[vector_size-1] - for DESC it run not incorrectly...