do not listen to scroll events on small tablet in header title

This commit is contained in:
ammarahm-ed
2021-02-23 10:58:16 +05:00
parent 0825bbcd89
commit e9e9a3fdf6

View File

@@ -28,7 +28,7 @@ export const HeaderTitle = () => {
const onScroll = async (y) => {
if (DDS.isLargeTablet()) return;
if (DDS.isTab) return;
if (typeof y !== 'number') {
if (y.type === 'back') {
scrollPostions[y.name] = null;