Skip to content

Commit

Permalink
kill wrong finish() for mms creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed Feb 13, 2014
1 parent bb4a4d3 commit b47076c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/thoughtcrime/securesms/GroupCreateActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ protected void onProgressUpdate(Void... values) {
super.onProgressUpdate(values);
}
}.execute();
finish();
}
return true;
}
Expand Down

0 comments on commit b47076c

Please sign in to comment.