Skip to content

Commit 58cbf0a

Browse files
authored
Merge pull request #481 from synonymdev/test/backup
Adjust behavior on clear date
2 parents b68efb6 + 3388d1c commit 58cbf0a

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)