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