Skip to content

Commit

Permalink
Merge pull request #2042 from nextcloud/fix/neon_framework/no-unsuppo…
Browse files Browse the repository at this point in the history
…rted-apps
  • Loading branch information
provokateurin authored May 14, 2024
2 parents 377bd6e + 9d011a0 commit fc36c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neon_framework/lib/src/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class _HomePageState extends State<HomePage> {
final maintenanceModeBloc = _accountsBloc.getMaintenanceModeBlocFor(widget.account);

_versionCheckSubscription = _appsBloc.unsupportedApps.listen((unsupportedChecks) {
if (!mounted) {
if (!mounted || unsupportedChecks.isEmpty) {
return;
}

Expand Down

0 comments on commit fc36c42

Please sign in to comment.