Create extension function for applying system insets

This commit is contained in:
arkon
2020-11-22 22:30:25 -05:00
parent 38bc8ec6b4
commit 1d7c692e89
4 changed files with 14 additions and 17 deletions
@@ -71,11 +71,6 @@ class HistoryController :
return binding.root
}
/**
* Called when view is created
*
* @param view created view
*/
override fun onViewCreated(view: View) {
super.onViewCreated(view)
@@ -77,10 +77,6 @@ class UpdatesController :
return binding.root
}
/**
* Called when view is created
* @param view created view
*/
override fun onViewCreated(view: View) {
super.onViewCreated(view)
view.context.notificationManager.cancel(Notifications.ID_NEW_CHAPTERS)