diff options
-rw-r--r-- | apps/recorder/icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index e06923c582..fc7a18ef31 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -232,7 +232,6 @@ void statusbar_icon_volume(int percent) else { if (last_volume != volume) { switch_tick = current_tick + HZ; - last_volume = volume; } /* display volume level numerical? */ @@ -258,6 +257,7 @@ void statusbar_icon_volume(int percent) } } } + last_volume = volume; } /* |