[android] Clear image cache on myposition recreation.

This commit is contained in:
Dmitry Yunitsky 2016-08-04 19:41:10 +03:00 committed by Vladimir Byko-Ianko
parent c06b29ce5d
commit be61a5e966

View file

@ -22,6 +22,7 @@ public class MyPositionButton
public MyPositionButton(View button)
{
mButton = (ImageView) button;
mIcons.clear();
mButton.setOnClickListener(new View.OnClickListener()
{
@Override