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
Этот коммит содержится в:
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);
}