Archived
Fragment transition animations, information dialog, SettingsFragment implements OnCheckedChangeListener
This commit is contained in:
@@ -12,7 +12,6 @@ class GeneralPlanFragment : PlanFragment() {
|
||||
substViewModel.allSubst?.observe(this, Observer<List<Subst>> {
|
||||
mAdapter.setSubst(it)
|
||||
recyclerView.scheduleLayoutAnimation()
|
||||
bottomSheetText.text = prefs.getString("informational", getString(R.string.noinfo))
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user