bug fixes

This commit is contained in:
MohammadTaha Basiri 2022-04-21 15:28:47 +04:30
parent 6853af3d21
commit 744409d31e
1 changed files with 1 additions and 3 deletions

View File

@ -46,11 +46,9 @@ class RadarState extends CoreProvier {
required int page,
}) async {
this.page = page;
if (this.page == page) {
radars.clear();
}
lastSearch = search;
if (page == 1) {
radars.clear();
appState = AppState.busy;
}
final RequestService service = RequestService(