This commit is contained in:
MohammadTaha Basiri 2022-04-22 19:18:09 +04:30
parent b35dba96f1
commit 2611aed96f
2 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,8 @@ class RadarState extends CoreProvier {
for (var i = 0; i < radarsList.length; i++) {
radars.add(OverviewData.fromJson(radarsList[i]));
}
if (searching || filtering || isColapsed || isCategorySelected) {
if ((searching || filtering || isColapsed || isCategorySelected) &&
page == 1) {
shouldColapse = true;
}
appState = AppState.idle;

View File

@ -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.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.0+11
version: 2.0.0+13
environment:
sdk: ">=2.12.0 <3.0.0"