Skip to content

Commit c0e1a5d

Browse files
author
Dmytro Voronkevych
committed
Added link to blogpost with more information
1 parent 8108ece commit c0e1a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you create anonymous Runnable and call to `postDelayed` with large timeout, t
1212
in memory until timeout passes. Even if your Runnable seems small, it indirectly references owner class,
1313
which is usually something as big as Activity or Fragment.
1414

15-
Very soon we will post article with much more details.
15+
You can read more [on our blog post.](http://techblog.badoo.com/blog/2014/08/28/android-handler-memory-leaks)
1616

1717
Solution
1818
--------

0 commit comments

Comments
 (0)