minor change

This commit is contained in:
ashilkn 2022-08-10 12:04:57 +05:30
parent 74d66f9a83
commit e30f72f6da

View file

@ -44,7 +44,7 @@ class AlbumSearchResultWidget extends StatelessWidget {
),
builder: (context, snapshot) {
if (snapshot.hasData && snapshot.data > 0) {
int noOfMemories = snapshot.data;
final noOfMemories = snapshot.data;
return RichText(
text: TextSpan(
style: TextStyle(