comparison src/ui/bmi/mmiSmsIdle.c @ 84:7160f0d005d2

first stage of actual FreeCalypso backlight rework
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Oct 2020 23:46:55 +0000
parents 718ede6f6f1f
children 4ef7466a72c9
comparison
equal deleted inserted replaced
83:718ede6f6f1f 84:7160f0d005d2
768 } 768 }
769 #endif 769 #endif
770 770
771 #endif 771 #endif
772 #endif 772 #endif
773 mme_backlightEvent(BL_INCOMING_SMS); 773 mme_backlightOnEvent();
774 } 774 }
775 775
776 /* Set */ 776 /* Set */
777 #ifdef NEPTUNE_BOARD 777 #ifdef NEPTUNE_BOARD
778 #ifdef MMI_POWER_MANAGEMENT_TEST 778 #ifdef MMI_POWER_MANAGEMENT_TEST
872 872
873 #endif 873 #endif
874 } 874 }
875 #endif 875 #endif
876 876
877 mme_backlightEvent(BL_INCOMING_SMS); 877 mme_backlightOnEvent();
878 } 878 }
879 /*NM p029*/ 879 /*NM p029*/
880 /* API - Implemented NM changes from 3.3.3 mainline to show class 0 SMS on idle screen */ 880 /* API - Implemented NM changes from 3.3.3 mainline to show class 0 SMS on idle screen */
881 else if(event == E_SMS_MT) /* this sms identifier "E_SMS_MT" is not saved on the SIM */ 881 else if(event == E_SMS_MT) /* this sms identifier "E_SMS_MT" is not saved on the SIM */
882 { 882 {
967 } 967 }
968 #endif 968 #endif
969 969
970 #endif 970 #endif
971 #endif 971 #endif
972 mme_backlightEvent(BL_INCOMING_SMS); 972 mme_backlightOnEvent();
973 /*CQ10826 - END*/ 973 /*CQ10826 - END*/
974 974
975 /* Added Condtion( if((!(call_data.calls.numCalls))) ) to stop the 975 /* Added Condtion( if((!(call_data.calls.numCalls))) ) to stop the
976 SMS tone when call is active - OMAPS00066134 976 SMS tone when call is active - OMAPS00066134
977 */ 977 */