Skip to content

Commit

Permalink
fix black bg of those bitmap when we have themes enabled (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Sep 7, 2024
1 parent 87069f1 commit 31c844b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/ui_navigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ ModalMessageView::ModalMessageView(
}

void ModalMessageView::paint(Painter& painter) {
if (!compact) portapack::display.drawBMP({100, 48}, modal_warning_bmp, false);
if (!compact) portapack::display.drawBMP({100, 48}, modal_warning_bmp, true);

// Break lines.
auto lines = split_string(message_, '\n');
Expand Down
Binary file added firmware/tools/decoded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31c844b

Please sign in to comment.