diff --git a/lib/views/home/radar/radar_state.dart b/lib/views/home/radar/radar_state.dart index 2b57c88..347125d 100644 --- a/lib/views/home/radar/radar_state.dart +++ b/lib/views/home/radar/radar_state.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index 31924b7..c289540 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"