Fix #636. Minor improvements. Dependency updates
This commit is contained in:
@@ -45,7 +45,7 @@ class TrackFragment : BaseRxFragment<TrackPresenter>() {
|
||||
|
||||
private fun findSearchFragmentIfNeeded() {
|
||||
if (dialog == null) {
|
||||
dialog = childFragmentManager.findFragmentByTag(searchFragmentTag) as TrackSearchDialog
|
||||
dialog = childFragmentManager.findFragmentByTag(searchFragmentTag) as? TrackSearchDialog
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user