mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(mobile): minor housekeeping
This commit is contained in:
parent
0795410a41
commit
9e7cb52413
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ class ImmichImage extends StatelessWidget {
|
|||
|
||||
return OctoImage(
|
||||
fadeInDuration: const Duration(milliseconds: 0),
|
||||
fadeOutDuration: const Duration(milliseconds: 400),
|
||||
fadeOutDuration: const Duration(milliseconds: 200),
|
||||
placeholderBuilder: (context) {
|
||||
if (placeholder != null) {
|
||||
// Use the gray box placeholder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue