kill wrong finish() for mms creation

This commit is contained in:
Jake McGinty 2014-02-13 12:18:17 -08:00
parent bb4a4d33c9
commit b47076cf1b

View File

@ -267,7 +267,6 @@ public class GroupCreateActivity extends PassphraseRequiredSherlockFragmentActiv
super.onProgressUpdate(values); super.onProgressUpdate(values);
} }
}.execute(); }.execute();
finish();
} }
return true; return true;
} }