|
|
@ -63,7 +63,6 @@ public class InstantActivity extends BaseActivity<ActivityInstantBinding, Instan |
|
|
|
public Boolean isShowBottom = false; |
|
|
|
public Boolean isShowBottom = false; |
|
|
|
public LocalPushChatMsg localPushChatMsg; |
|
|
|
public LocalPushChatMsg localPushChatMsg; |
|
|
|
private Disposable mSubscription; |
|
|
|
private Disposable mSubscription; |
|
|
|
private User user = CacheDiskUtils.getInstance().getParcelable(CacheConstant.USER_INFO, User.CREATOR, new User()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int setContentView(Bundle savedInstanceState) { |
|
|
|
public int setContentView(Bundle savedInstanceState) { |
|
|
|