Accurater

This commit is contained in:
Manav Rathi
2024-08-03 16:11:59 +05:30
parent 04d632b50e
commit 80dccca62c

View File

@@ -49,7 +49,8 @@ export const UploadTypeSelector: React.FC<UploadTypeSelectorProps> = ({
PublicCollectionGalleryContext,
);
// Directly show the file selector on likely mobile devices.
// Directly show the file selector for the public albums app on likely
// mobile devices.
const directlyShowUploadFiles = useIsTouchscreen();
useEffect(() => {