mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Remember to return
This commit is contained in:
@@ -135,6 +135,7 @@ public class ContactListFragment extends BaseFragment
|
|||||||
case R.id.action_add_contact_remotely:
|
case R.id.action_add_contact_remotely:
|
||||||
startActivity(
|
startActivity(
|
||||||
new Intent(getContext(), AddContactActivity.class));
|
new Intent(getContext(), AddContactActivity.class));
|
||||||
|
return;
|
||||||
case R.id.action_bluetooth_setup:
|
case R.id.action_bluetooth_setup:
|
||||||
startActivity(
|
startActivity(
|
||||||
new Intent(getContext(),
|
new Intent(getContext(),
|
||||||
|
|||||||
Reference in New Issue
Block a user