This commit is contained in:
wangcongtao
2020-01-10 17:37:02 +08:00
parent fdecf6a2de
commit d60a00bd98

View File

@@ -111,7 +111,7 @@ public class ExtensionsPresenter extends Presenter< ExtensionsView > implements
@Override
public void onMsgChanged( boolean hasMsg, int amount ) {
if ( mView != null ) {
mView.renderMsgInfo( hasMsg, amount );
}
}