Commit 1dca7c2a by onuma

遷移させないチェックの順番を、協業中、会議室中の順番に変更した。

parent 862d7cbe
......@@ -170,11 +170,10 @@ public class ShowPushMessageDailogActivity extends ABVUIActivity {
@Override
public void run() {
String dialogMessage = null;
if (isMeetingRoomConnected) {
dialogMessage = getRString(R.string.chat_open_fail_meeting_connected);
}
if (isCollabration) {
dialogMessage = getRString(R.string.chat_open_fail_collaborattion_connected);
} else if (isMeetingRoomConnected) {
dialogMessage = getRString(R.string.chat_open_fail_meeting_connected);
}
final ABookAlertDialog alertDialog = AlertDialogUtil.createAlertDialog(ShowPushMessageDailogActivity.this,
getRString(R.string.app_name),
......
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