mobile: fix keep awake (#1557)

This commit is contained in:
Ammar Ahmed
2023-01-03 22:13:11 +05:00
committed by GitHub
parent cf918ba459
commit d291a536a6

View File

@@ -242,6 +242,7 @@ export const FluidTabs = forwardRef<TabsRef, TabProps>(function FluidTabs(
if (onChangeTab) {
runOnJS(onChangeTab)({ i: result, from: previousTab.value });
previousTab.value = result;
}
},
[]