This commit is contained in:
wangcongtao
2020-02-28 16:42:57 +08:00
parent 8f62dd40e1
commit 766a4b023f
333 changed files with 498 additions and 8196 deletions

View File

@@ -197,7 +197,7 @@ public class MapPresenter extends Presenter<MapView> implements
}
for (String cmd : VoiceConstants.sCmds) {
mMogoIntentManager.unregisterIntentListener(cmd);
mMogoIntentManager.unregisterIntentListener(cmd, this);
}
}