1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

chore(mobile): minor housekeeping

This commit is contained in:
Alex 2024-02-18 22:17:20 -06:00
parent 0795410a41
commit 9e7cb52413
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ class ImmichAssetGridViewState extends State<ImmichAssetGridView> {
final now = Timeline.now;
if (now > (_hapticFeedbackTS + feedbackInterval)) {
_hapticFeedbackTS = now;
HapticFeedback.heavyImpact();
HapticFeedback.mediumImpact();
}
}
}

View File

@ -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