Skip to content

Commit

Permalink
Filter apps after enabling/disabling an app (#1658)
Browse files Browse the repository at this point in the history
closes #1615
  • Loading branch information
beastoin authored Jan 8, 2025
2 parents 71a5a32 + 5b643b6 commit b4afcb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/providers/app_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ class AppProvider extends BaseProvider {
appLoading[idx] = false;
}
apps = SharedPreferencesUtil().appsList;
filterApps();
notifyListeners();
}

Expand Down

0 comments on commit b4afcb9

Please sign in to comment.