Remove video folder
This commit is contained in:
parent
f473a51d95
commit
d5d49e3474
2 changed files with 0 additions and 6 deletions
|
@ -104,11 +104,6 @@ class _DeviceFolderGalleryWidgetState extends State<DeviceFolderGalleryWidget> {
|
|||
return favorites;
|
||||
}, favorites[0]));
|
||||
}
|
||||
final videos = await FilesDB.instance.getAllVideos();
|
||||
if (videos.length > 0) {
|
||||
folders.insert(
|
||||
0, DeviceFolder("Videos", "/Videos", () => videos, videos[0]));
|
||||
}
|
||||
return folders;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
|
|||
import 'package:photos/core/configuration.dart';
|
||||
import 'package:photos/core/event_bus.dart';
|
||||
import 'package:photos/events/user_authenticated_event.dart';
|
||||
import 'package:photos/repositories/file_repository.dart';
|
||||
import 'package:photos/models/selected_files.dart';
|
||||
import 'package:photos/services/collections_service.dart';
|
||||
import 'package:photos/ui/email_entry_page.dart';
|
||||
|
|
Loading…
Add table
Reference in a new issue