Skip to content

Commit

Permalink
hide scrollview
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Aug 5, 2022
1 parent 4b90de9 commit 043468f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/features/overview/ui/screens/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export default class Dashboard extends StatefulUIElement<Props, State, Event> {
scrollEventThrottle={32}
onEndReachedThreshold={0.1}
onEndReached={this.handleListEndReached}
showsVerticalScrollIndicator={false}
contentContainerStyle={{
paddingBottom: 100,
}}
Expand Down

0 comments on commit 043468f

Please sign in to comment.