From 367f7f03daad805680d2ea62e1504ab7884aa8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Sat, 9 Dec 2017 18:06:04 +0100 Subject: [PATCH] Add reference to #480 in readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1a5577..93fdd9e5 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,8 @@ gifDrawable.setCallback(multiCallback); ``` Note that if you change a drawable of e.g. `ImageView`, the callback will be removed from the previous -drawable. Thereafter, you have to reassign callback or the same `GifDrawable` instance will stop animating. +drawable. Thereafter, you have to reassign callback or the same `GifDrawable` instance will stop animating. +See [#480](https://github.com/koral--/android-gif-drawable/issues/480) for more information. #### Advanced