Skip to content

Commit b079e1e

Browse files
authored
Merge branch 'master' into fix/foreground-server-starting
2 parents 201e72f + 58cbf0a commit b079e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/activity/DateRangeSelectorSheet.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ fun DateRangeSelectorSheet() {
120120
initialEndDate = endDate,
121121
onClearClick = {
122122
activityListVM.clearDateRange()
123-
app.hideSheet()
124123
},
125124
onApplyClick = { start, end ->
126125
activityListVM.setDateRange(

0 commit comments

Comments
 (0)