|
@@ -304,7 +304,7 @@ void totp_scene_generate_token_render(Canvas* const canvas, PluginState* plugin_
|
|
|
if(totp_token_info_iterator_get_total_count(iterator_context) > 1) {
|
|
if(totp_token_info_iterator_get_total_count(iterator_context) > 1) {
|
|
|
canvas_draw_icon(canvas, 0, SCREEN_HEIGHT_CENTER - 24, &I_totp_arrow_left_8x9);
|
|
canvas_draw_icon(canvas, 0, SCREEN_HEIGHT_CENTER - 24, &I_totp_arrow_left_8x9);
|
|
|
canvas_draw_icon(
|
|
canvas_draw_icon(
|
|
|
- canvas, SCREEN_WIDTH - 9, SCREEN_HEIGHT_CENTER - 24, &I_totp_arrow_right_8x9);
|
|
|
|
|
|
|
+ canvas, SCREEN_WIDTH - 8, SCREEN_HEIGHT_CENTER - 24, &I_totp_arrow_right_8x9);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#ifdef TOTP_AUTOMATION_ICONS_ENABLED
|
|
#ifdef TOTP_AUTOMATION_ICONS_ENABLED
|