Commit ecf3d7bb by onuma

Merge branch 'communication/develop_44597' into 'communication/develop'

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

See merge request !234
parents d6e3dfb5 5ac7f050
......@@ -1300,6 +1300,7 @@ public abstract class ABVAuthenticatedActivity extends ABVActivity implements Co
}
}
}, 500);
setIntent(new Intent());
return true;
}
return false;
......
......@@ -1065,7 +1065,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity implements
unregisterReceiver(receiver);
receiver = null;
}
finishBeforeContentListActivity();
}
@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