__wifi_state_changed_cb(NULL, NULL);
return;
} else {
- __get_network_strength_and_packet_type(&network_type, &packet_type);
+ if (moments_check_is_3g_device()) {
+ moments_status_network_icon_show();
+ __get_network_strength_and_packet_type(&network_type, &packet_type);
+ moments_status_network_update(network_type, network_type == 0 ? network_type : packet_type+15);
+ }
}
-
- moments_status_network_update(network_type, network_type == 0 ? network_type : packet_type+15);
}
static void __network_disable(void)
{
if (moments_check_is_3g_device()) {
__callsignal_enable();
__callforwarding_state_changed_cb(NULL, NULL);
- } else {
- moments_status_network_icon_show();
}
__network_enable();
__bluetooth_state_changed_cb(NULL, NULL);