Skip to content

Commit 0118eaf

Browse files
Fix for the bottom navigation drawer not opening after collapsing the detail
1 parent 8938936 commit 0118eaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/kevalpatel2106/yip/dashboard/DashboardActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ internal class DashboardActivity : AppCompatActivity() {
4343

4444
override fun onPageCollapsed() {
4545
add_progress_fab.setImageResource(R.drawable.ic_add)
46+
collapseDetail()
4647
}
4748

4849
override fun onPageExpanded() {

0 commit comments

Comments
 (0)