Fixes realm crash

hh
Laurent 6 years ago
parent b738447f06
commit acf77888a4
  1. 1
      app/src/main/java/net/pokeranalytics/android/ui/fragment/HandHistoryFragment.kt

@ -50,6 +50,7 @@ class HandHistoryFragment : RealmFragment(), RowRepresentableDataSource, RowRepr
}
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
super.onCreateView(inflater, container, savedInstanceState)
return inflater.inflate(R.layout.fragment_hand_history, container, false)
}

Loading…
Cancel
Save