Commit 5ac7f050 by onuma

#44597 関連資料からプッシュでチャットルームに入った後に、ホームタップで関連資料に戻れない。

parent d6e3dfb5
...@@ -1300,6 +1300,7 @@ public abstract class ABVAuthenticatedActivity extends ABVActivity implements Co ...@@ -1300,6 +1300,7 @@ public abstract class ABVAuthenticatedActivity extends ABVActivity implements Co
} }
} }
}, 500); }, 500);
setIntent(new Intent());
return true; return true;
} }
return false; return false;
......
...@@ -1065,7 +1065,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements ...@@ -1065,7 +1065,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
unregisterReceiver(receiver); unregisterReceiver(receiver);
receiver = null; receiver = null;
} }
finishBeforeContentListActivity();
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment