From 4754ac781c58bb1daf3ec18bdb6cc651aea5e0b1 Mon Sep 17 00:00:00 2001 From: sharandac Date: Tue, 18 Aug 2020 09:44:01 +0200 Subject: [PATCH] fix typo in bluetooth_call.cpp --- .../mainbar/setup_tile/bluetooth_settings/bluetooth_call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );