Skip to content
Snippets Groups Projects
Commit 9cc30a46 authored by Loïc Siret's avatar Loïc Siret
Browse files

AndroidTV: pop search after call

This patch finishes the search activity after a startcall. That prevents
that the user go back to the search activity after his call is
completed.

Change-Id: I203de6da25905780fef77c9dddf1832e1173ab9c
parent 9ba15bc4
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,7 @@ public class RingSearchFragment extends BaseSearchFragment<RingSearchPresenter> ...@@ -145,6 +145,7 @@ public class RingSearchFragment extends BaseSearchFragment<RingSearchPresenter>
intent.putExtra("account", accountID); intent.putExtra("account", accountID);
intent.putExtra("ringId", number.toString()); intent.putExtra("ringId", number.toString());
startActivity(intent); startActivity(intent);
getActivity().finish();
} }
private final class ItemViewClickedListener implements OnItemViewClickedListener { private final class ItemViewClickedListener implements OnItemViewClickedListener {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment