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);
}