Skip to content

Commit 7d78b67

Browse files
committed
fixup: allow screensaver
1 parent 781d4b1 commit 7d78b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust/bitbox02-rust/src/workflow/orientation_screen.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
use crate::bb02_async::option_no_screensaver;
15+
use crate::bb02_async::option;
1616

1717
pub async fn create<CB>(orientation_selected_cb: CB)
1818
where
@@ -28,7 +28,7 @@ where
2828
orientation_arrows.screen_stack_push();
2929

3030
// Wait until orientation has been chosen
31-
option_no_screensaver(&result).await;
31+
option(&result).await;
3232
drop(orientation_arrows);
3333

3434
// During this delay the bb02 logotype is shown

0 commit comments

Comments
 (0)