mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][photos] Fixed animation
This commit is contained in:
parent
2af07d9211
commit
e72c858315
@ -25,6 +25,7 @@ class QuickLinkAlbumItem extends StatelessWidget {
|
||||
final bool isSelected = selectedQuickLinks.contains(c);
|
||||
final colorScheme = getEnteColorScheme(context);
|
||||
final textTheme = getEnteTextTheme(context);
|
||||
|
||||
return AnimatedContainer(
|
||||
curve: Curves.easeOut,
|
||||
duration: const Duration(milliseconds: 200),
|
||||
|
Loading…
x
Reference in New Issue
Block a user