We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 267c4f1 + 41e7d83 commit 6af3c5fCopy full SHA for 6af3c5f
README.md
@@ -17,7 +17,7 @@ You can read more [on our blog post.](http://techblog.badoo.com/blog/2014/08/28/
17
Solution
18
--------
19
20
-`WeakHandler` is trickier then `android.os.Handler` , it will keep `WeakReferences` to runnables and messages,
+`WeakHandler` is trickier than `android.os.Handler` , it will keep `WeakReferences` to runnables and messages,
21
and GC could collect them once `WeakHandler` instance is not referenced any more.
22
23

0 commit comments