Fix remote session dialog, peer service, and mobile remote screen

This commit is contained in:
Matt Vogel
2026-02-09 14:20:32 -05:00
parent 372767b142
commit 972ded5b0c
3 changed files with 1 additions and 23 deletions
@@ -176,12 +176,9 @@ class _RemoteControlContentState extends State<_RemoteControlContent> {
void _sendCommand(RemoteCommandType type) {
HapticFeedback.lightImpact();
print('🔴 MobileRemoteScreen: Button pressed! Type: $type');
appLogger.d('MobileRemoteScreen: Sending command: $type');
final provider = context.read<CompanionRemoteProvider>();
print('🔴 Provider isConnected: ${provider.isConnected}');
provider.sendCommand(type);
print('🔴 sendCommand called');
}
@override