Skip to content

Commit 152065d

Browse files
on back pressed issue fixed
1 parent 54e0a2d commit 152065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/code/gambit/ui/fragment/home/filtercomponent/FilterComponentImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class FilterComponentImpl(val binding: FilterLayoutBinding, val context: Context
103103
private fun registerBottomSheet() {
104104
bottomSheetBehavior.peekHeight = 0
105105
bottomSheetBehavior.isHideable = true
106-
bottomSheetBehavior.state = BottomSheetBehavior.STATE_EXPANDED
106+
bottomSheetBehavior.state = BottomSheetBehavior.STATE_COLLAPSED
107107
}
108108

109109
/**

0 commit comments

Comments
 (0)