Skip to content

Commit

Permalink
fix(android): warning logged by widgets when needlessly removing back…
Browse files Browse the repository at this point in the history
…ground
  • Loading branch information
jquick-axway authored and sgtcoolguy committed Mar 5, 2021
1 parent ccb494a commit f89fecf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1289,7 +1289,6 @@ public void release()
}
Drawable d = nv.getBackground();
if (d != null) {
nv.setBackgroundDrawable(null);
d.setCallback(null);
if (d instanceof TiBackgroundDrawable) {
((TiBackgroundDrawable) d).releaseDelegate();
Expand Down

0 comments on commit f89fecf

Please sign in to comment.