[TSAM-9670] bluetooth: show regular icon on bt connection 93/97293/2
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 13 Nov 2016 11:31:04 +0000 (12:31 +0100)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Sun, 13 Nov 2016 16:34:55 +0000 (17:34 +0100)
Use regular (non-dimmed) icon when bluetooth connection
has been established however no device is connected.

Change-Id: I8bea1d27b5ae27d2e8955ca65be57a784a3c8334

src/modules/setting/bluetooth.c

index 6a4ccd3..a982b33 100644 (file)
@@ -112,7 +112,7 @@ static void hide_image_icon(void)
 static void show_bluetooth_icon(void *data, int status)
 {
        if (status == NO_DEVICE) {
-               show_image_icon(data, LEVEL_BT_NOT_CONNECTED);
+               show_image_icon(data, LEVEL_BT_CONNECTED);
                return;
        }