Create extension function for applying system insets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user