Skip to content
Snippets Groups Projects
Commit 914512ea authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

Revert "tv: commit details now"

This reverts commit 9c4076a7.
Cause crash when opening `contact request`. What was the initial commit for?
GitLab: #1699

Change-Id: I6105c0a359504305f88f2e868ccdbe8cd837c210
parent 84ff9112
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)
.commitNow()
.commit()
}
}
......
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