forked from organicmaps/organicmaps
[android] Reset slotid on listener disconnection.
This commit is contained in:
parent
7609f8440b
commit
dc2afc4389
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ public class DownloadedAdapter extends BaseDownloadAdapter implements ActiveCoun
|
|||
protected void resetCountryListener()
|
||||
{
|
||||
ActiveCountryTree.removeListener(mListenerSlotId);
|
||||
mListenerSlotId = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue