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
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ class TVContactDetailPresenter : Presenter() { ...@@ -43,7 +43,7 @@ class TVContactDetailPresenter : Presenter() {
val fragmentManager = (view.context as FragmentActivity).supportFragmentManager val fragmentManager = (view.context as FragmentActivity).supportFragmentManager
fragmentManager.beginTransaction() fragmentManager.beginTransaction()
.replace(R.id.content, fragment, FRAGMENT_TAG) .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.
Please register or to comment