This commit is contained in:
ammarahm-ed
2020-09-27 10:15:19 +05:00
parent c6d41746da
commit eca49fce33
37 changed files with 656 additions and 667 deletions

View File

@@ -19,7 +19,6 @@ export const SelectionHeader = () => {
selectionMode,
selectedItemsList,
currentScreen,
containerState,
premiumUser,
} = state;
const [selectAll, setSelectAll] = useState(false);
@@ -34,7 +33,7 @@ export const SelectionHeader = () => {
}).start();
}, [selectionMode]);
return containerState.noSelectionHeader ? null : (
return (
<Animated.View
style={{
width: '100%',