Skip to content

Commit

Permalink
Fix for the bottom navigation drawer not opening after collapsing the…
Browse files Browse the repository at this point in the history
… detail
  • Loading branch information
kevalpatel2106 committed Sep 9, 2019
1 parent 8938936 commit 0118eaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ internal class DashboardActivity : AppCompatActivity() {

override fun onPageCollapsed() {
add_progress_fab.setImageResource(R.drawable.ic_add)
collapseDetail()
}

override fun onPageExpanded() {
Expand Down

0 comments on commit 0118eaf

Please sign in to comment.