bug fix
This commit is contained in:
parent
b35dba96f1
commit
2611aed96f
|
|
@ -69,7 +69,8 @@ class RadarState extends CoreProvier {
|
||||||
for (var i = 0; i < radarsList.length; i++) {
|
for (var i = 0; i < radarsList.length; i++) {
|
||||||
radars.add(OverviewData.fromJson(radarsList[i]));
|
radars.add(OverviewData.fromJson(radarsList[i]));
|
||||||
}
|
}
|
||||||
if (searching || filtering || isColapsed || isCategorySelected) {
|
if ((searching || filtering || isColapsed || isCategorySelected) &&
|
||||||
|
page == 1) {
|
||||||
shouldColapse = true;
|
shouldColapse = true;
|
||||||
}
|
}
|
||||||
appState = AppState.idle;
|
appState = AppState.idle;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 2.0.0+11
|
version: 2.0.0+13
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue