Loading packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +4 −2 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ constructor( if (satelliteManager != null) { // Outer scope launch allows us to delay until MIN_UPTIME scope.launch { scope.launch(context = bgDispatcher) { // First, check that satellite is supported on this device satelliteSupport.value = checkSatelliteSupportAfterMinUptime(satelliteManager) logBuffer.i( Loading @@ -229,7 +229,9 @@ constructor( ) // Second, register a listener to let us know if there are changes to support scope.launch { listenForChangesToSatelliteSupport(satelliteManager) } scope.launch(context = bgDispatcher) { listenForChangesToSatelliteSupport(satelliteManager) } } } else { logBuffer.i { "Satellite manager is null" } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/DeviceBasedSatelliteRepositoryImpl.kt +4 −2 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ constructor( if (satelliteManager != null) { // Outer scope launch allows us to delay until MIN_UPTIME scope.launch { scope.launch(context = bgDispatcher) { // First, check that satellite is supported on this device satelliteSupport.value = checkSatelliteSupportAfterMinUptime(satelliteManager) logBuffer.i( Loading @@ -229,7 +229,9 @@ constructor( ) // Second, register a listener to let us know if there are changes to support scope.launch { listenForChangesToSatelliteSupport(satelliteManager) } scope.launch(context = bgDispatcher) { listenForChangesToSatelliteSupport(satelliteManager) } } } else { logBuffer.i { "Satellite manager is null" } Loading