Skip to content

Commit

Permalink
Adjust vibration
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Sep 28, 2022
1 parent ff1008c commit ef45594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ReleasesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ export const ReleasesTab = () => {
onPullToRefresh={refreshShowData}
refreshing={refreshing}
onItemLongPress={(showInfo) => {
Vibration.vibrate();
setCurrentBottomModalShow(showInfo);
setbottomModalVisible(true);
Vibration.vibrate(16);
}}
/>
<Modal
Expand Down

0 comments on commit ef45594

Please sign in to comment.