Skip to content

Commit

Permalink
Show skip menu only after first item is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 2, 2024
1 parent 9883e63 commit e70c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void h_review_loop_end() {
if (viewdata.with_confirmation &&
(review_type == REVIEW_TXN || review_type == REVIEW_MSG) &&
viewdata.pageIdx == viewdata.pageCount - 1 &&
viewdata.itemIdx > getIntroPages() &&
viewdata.itemIdx > getIntroPages() + 1 &&
viewdata.itemIdx < viewdata.itemCount - 1) {

// Show skip screen and enable button handler
Expand Down

0 comments on commit e70c58e

Please sign in to comment.