From 99b274804a03a15d0c616fbde2bb45bd1734f308 Mon Sep 17 00:00:00 2001 From: bwees Date: Thu, 5 Jun 2025 11:27:46 -0500 Subject: [PATCH] small comment about bitmask --- mobile/lib/services/gcast.service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/services/gcast.service.dart b/mobile/lib/services/gcast.service.dart index 43da5df3338..60c94c712c2 100644 --- a/mobile/lib/services/gcast.service.dart +++ b/mobile/lib/services/gcast.service.dart @@ -270,6 +270,7 @@ class GCastService implements ICastDestinationService { currentAssetId = null; } + // 0x01 is display capability bitmask bool isDisplay(int ca) => (ca & 0x01) != 0; @override