mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Fix build.
This commit is contained in:
@@ -251,12 +251,12 @@ public class GroupCreateActivity extends PassphraseRequiredSherlockFragmentActiv
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
handleCreatePushGroup(groupName.getText().toString(), byteArray, selectedContacts);
|
handleCreatePushGroup(groupName.getText().toString(), byteArray, selectedContacts);
|
||||||
} catch (IOException e) {
|
|
||||||
// TODO Jake's gonna fill this in.
|
|
||||||
Log.w("GroupCreateActivity", e);
|
|
||||||
} catch (InvalidNumberException e) {
|
} catch (InvalidNumberException e) {
|
||||||
// TODO jake's gonna fill this in.
|
// TODO jake's gonna fill this in.
|
||||||
Log.w("GroupCreateActivity", e);
|
Log.w("GroupCreateActivity", e);
|
||||||
|
} catch (MmsException e) {
|
||||||
|
// TODO jake's gonna fill this in.
|
||||||
|
Log.w("GroupCreateActivity", e);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user