Skip to content

Commit

Permalink
Improve master container bottom additional safe area inset
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Oct 25, 2023
1 parent 09af685 commit 028f3df
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,5 @@ extension CollectionsViewController: UIContextMenuInteractionDelegate {
})
}
}

extension CollectionsViewController: BottomSheetObserver { }
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,5 @@ extension LibrariesViewController: UITableViewDataSource, UITableViewDelegate {
}
}
}

extension LibrariesViewController: BottomSheetObserver { }
Loading

0 comments on commit 028f3df

Please sign in to comment.