修复一处闪退问题
This commit is contained in:
parent
3be5f8b0cd
commit
ed97955d90
@ -437,7 +437,7 @@ public class MyWebViewActivity extends AbsActivity {
|
||||
if (LiveRoomViewHolder.mHandler != null) {
|
||||
LiveRoomViewHolder.mHandler.removeCallbacksAndMessages(null);
|
||||
}
|
||||
if (!"".endsWith(Constants.mStream)) {
|
||||
if (!"".equals(Constants.mStream)) {
|
||||
finish();
|
||||
EventBus.getDefault().post(new LiveRoomChangeEvent(liveBean, liveType, liveTypeVal));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user