We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781d4b1 commit 7d78b67Copy full SHA for 7d78b67
src/rust/bitbox02-rust/src/workflow/orientation_screen.rs
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-use crate::bb02_async::option_no_screensaver;
+use crate::bb02_async::option;
16
17
pub async fn create<CB>(orientation_selected_cb: CB)
18
where
@@ -28,7 +28,7 @@ where
28
orientation_arrows.screen_stack_push();
29
30
// Wait until orientation has been chosen
31
- option_no_screensaver(&result).await;
+ option(&result).await;
32
drop(orientation_arrows);
33
34
// During this delay the bb02 logotype is shown
0 commit comments