|
@@ -157,7 +157,7 @@ const onShare = async () => {
|
|
|
|
|
|
export default props => {
|
|
|
const [modalVisible, setModalVisible] = useState(null);
|
|
|
- const { y: tabY } = props.Pages.tabPosition;
|
|
|
+ const { y: tabY } = props.tabPosition;
|
|
|
const destination = tabY - minHeight - getStatusBarHeight(true);
|
|
|
const [currentPlayerValue, setCurrentPlayerValue] = useState(0);
|
|
|
const [isPlay, setPlay] = useState(false);
|