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:
parent
60bc4f64d2
commit
43fcca414c
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user