We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267c4f1 commit 41e7d83Copy full SHA for 41e7d83
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