feat: 优化代码

pull/132/head
kunfei 5 years ago
parent c4ecbe6567
commit 97293894ae
  1. 2
      app/src/main/java/io/legado/app/base/BaseDialogFragment.kt

@ -19,7 +19,7 @@ abstract class BaseDialogFragment : DialogFragment(), CoroutineScope {
job = Job()
}
final override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
onFragmentCreated(view, savedInstanceState)
observeLiveBus()

Loading…
Cancel
Save