Fix progress dialog when no number are provided

A first dialog show up telling that you have to enter some phone
number, but the dialog for message progress never disapear

Fix Issue #1
This commit is contained in:
Mathieu Maret 2016-03-16 10:15:56 +01:00
父節點 60bc4f64d2
當前提交 43fcca414c
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

@ -446,6 +446,7 @@ public class MultiSmsSender extends Activity {
displayDialog(handler, DIALOG_PROGRESS_CANCEL, null);
} else {
displayDialog(handler, DIALOG_PROGRESS_CANCEL,null);
displayDialog(handler, DIALOG_NONUMBER, null);
}