Skip to content

Commit

Permalink
fix : fixed header visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloNX committed May 25, 2024
1 parent 7a692f1 commit 0b46365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/views/download_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ void DownloadView::updateProgress() {
ASYNC_RETAIN
brls::sync([ASYNC_TOKEN]() {
ASYNC_RELEASE
getAppletFrame()->setHeaderVisibility(brls::Visibility::GONE);
getAppletFrame()->setActionAvailable(brls::ControllerButton::BUTTON_B, true);
this->dismiss();
/*auto button = new brls::Button();
button->setText("hints/back"_i18n);
Expand Down

0 comments on commit 0b46365

Please sign in to comment.