Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Always show the File Tree button in the toolbar #1019

Merged
merged 6 commits into from
Jun 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove an unnecessary onAttachedToWindow() override
  • Loading branch information
Smooth-E committed Jun 4, 2023
commit e06e696bb4041343bacbb76029726bca0a610290
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ class ExtendedMenuToolbar : MaterialToolbar {
defStyleAttr
)

override fun onAttachedToWindow() {
super.onAttachedToWindow()
}

override fun onConfigurationChanged(newConfig: Configuration?) {
super.onConfigurationChanged(newConfig)

Expand Down