解绑

来源:互联网 发布:bluetooth网络连接设置 编辑:程序博客网 时间:2024/04/27 21:43

presenter

 /*解绑*/    public void destroy() {        iMainActivity = null;    }

MainActivity

/*解绑*/    @Override    protected void onDestroy() {        super.onDestroy();        persenterActivity.destroy();        persenterActivity = null;    }
原创粉丝点击