comparison src/ui/bmi/mmiIdle.c @ 71:1876b5f8d922

remove textual charging indication from main screen in smallbw
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 23 Oct 2020 06:08:25 +0000
parents 77321341946c
children c0052fe355d3
comparison
equal deleted inserted replaced
70:032a561fab2b 71:1876b5f8d922
1953 DISPLAY ZONE 2 1953 DISPLAY ZONE 2
1954 */ 1954 */
1955 switch (idle_data.nm_status) 1955 switch (idle_data.nm_status)
1956 { 1956 {
1957 case NETWORK_FULL_SERVICE : 1957 case NETWORK_FULL_SERVICE :
1958 /*
1959 * Verbal indication of "Charging..." / "Charging Complete"
1960 * removed in FreeCalypso: it is redundant with respect
1961 * to the battery icon (which will be animated or full
1962 * in these two respective states), it adds clutter
1963 * to the main screen, and it does not display properly
1964 * in the smallbw version.
1965 */
1966 #ifdef LSCREEN
1958 if (globalBatteryMode == BATT_STATE_CHARGING_COMPLETE) 1967 if (globalBatteryMode == BATT_STATE_CHARGING_COMPLETE)
1959 { 1968 {
1960 idle_displayData(IDLE_CHARGING_MODE,TxtChargComplete,NULL); 1969 idle_displayData(IDLE_CHARGING_MODE,TxtChargComplete,NULL);
1961 } 1970 }
1962 else if (globalBatteryMode == BATT_STATE_CHARGING) 1971 else if (globalBatteryMode == BATT_STATE_CHARGING)
1963 { 1972 {
1964 idle_displayData(IDLE_CHARGING_MODE,TxtCharging,NULL); 1973 idle_displayData(IDLE_CHARGING_MODE,TxtCharging,NULL);
1965 } 1974 }
1966 else if (DivertStatus == MFW_CFLAG_SET) 1975 else
1976 #endif
1977 if (DivertStatus == MFW_CFLAG_SET)
1967 { 1978 {
1968 idle_displayData(IDLE_CHARGING_MODE,TxtCallDivert,NULL); 1979 idle_displayData(IDLE_CHARGING_MODE,TxtCallDivert,NULL);
1969 } 1980 }
1970 /*NM p032 1981 /*NM p032
1971 set the flag when the TEST SIM is inserted*/ 1982 set the flag when the TEST SIM is inserted*/