Skip to content
Snippets Groups Projects
Commit 9c4076a7 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tv: commit details now

Change-Id: Icc473c0290fe7c3bedf578c5ce6764b8533290f8
parent 9dd419fc
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class TVContactDetailPresenter : Presenter() {
val fragmentManager = (view.context as FragmentActivity).supportFragmentManager
fragmentManager.beginTransaction()
.replace(R.id.content, fragment, FRAGMENT_TAG)
.commit()
.commitNow()
}
}
......
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