Commit 330e7e95 authored by Grigory Fedorov's avatar Grigory Fedorov

ContactList invite to conference fixed.

parent 7c50af7c
......@@ -544,7 +544,9 @@ public class ContactList extends ChatIntentActivity implements OnAccountChangedL
Application.getInstance().onError(e);
}
}
finish();
if (!isDualPanelView) {
finish();
}
break;
}
case Intent.ACTION_SEND:
......
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