File tree Expand file tree Collapse file tree
base/src/main/java/com/smartdevicelink/proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ public SystemCapabilityManager(ISdl callback) {
8888 this .onSystemCapabilityListeners = new HashMap <>();
8989 this .cachedSystemCapabilities = new HashMap <>();
9090 this .systemCapabilitiesSubscriptionStatus = new HashMap <>();
91+ this .systemCapabilitiesSubscriptionStatus .put (SystemCapabilityType .DISPLAYS , true );
9192 this .shouldConvertDeprecatedDisplayCapabilities = true ;
9293 this .currentHMILevel = HMILevel .HMI_NONE ;
9394
@@ -323,7 +324,6 @@ public void onReceived(RPCMessage message) {
323324 // this notification can return only affected windows (hence not all windows)
324325 List <DisplayCapability > newCapabilities = (List <DisplayCapability >) capability ;
325326 updateCachedDisplayCapabilityList (newCapabilities );
326- systemCapabilitiesSubscriptionStatus .put (SystemCapabilityType .DISPLAYS , true );
327327 }
328328 }
329329 if (capability != null ) {
You can’t perform that action at this time.
0 commit comments