forked from organicmaps/organicmaps
[android] Clear image cache on myposition recreation.
This commit is contained in:
parent
c06b29ce5d
commit
be61a5e966
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public class MyPositionButton
|
|||
public MyPositionButton(View button)
|
||||
{
|
||||
mButton = (ImageView) button;
|
||||
mIcons.clear();
|
||||
mButton.setOnClickListener(new View.OnClickListener()
|
||||
{
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue