diff --git a/src/gui/mainbar/setup_tile/bluetooth_settings/bluetooth_call.cpp b/src/gui/mainbar/setup_tile/bluetooth_settings/bluetooth_call.cpp index c5bcbd9..b9f1cb1 100644 --- a/src/gui/mainbar/setup_tile/bluetooth_settings/bluetooth_call.cpp +++ b/src/gui/mainbar/setup_tile/bluetooth_settings/bluetooth_call.cpp @@ -126,7 +126,7 @@ void bluetooth_call_msg_pharse( char* msg ) { } if( !strcmp( doc["t"], "call" ) && !strcmp( doc["cmd"], "start" ) ) { - if ( standby = true ) { + if ( standby == true ) { powermgm_set_event( POWERMGM_STANDBY_REQUEST ); } mainbar_jump_to_maintile( LV_ANIM_OFF );