Fix: create wait dialog in conference activity.
This commit is contained in:
parent
0db97c80ef
commit
4fbabf8e83
1 changed files with 4 additions and 0 deletions
|
@ -171,6 +171,10 @@ public class ConferenceActivity extends ListActivity implements
|
|||
}
|
||||
@Override
|
||||
protected Dialog onCreateDialog(final int id) {
|
||||
if (id == LinphoneManagerWaitHelper.DIALOG_ID) {
|
||||
return waitHelper.createWaitDialog();
|
||||
}
|
||||
|
||||
switch (id) {
|
||||
case numpad_dialog_id:
|
||||
return new AlertDialog.Builder(this).setView(
|
||||
|
|
Loading…
Reference in a new issue