Skip to content

Commit 93213e7

Browse files
authored
on back pressed issue fixed
on back pressed issue fixed
2 parents 54e0a2d + 152065d commit 93213e7

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)