Skip to content

Commit 66f2721

Browse files
committed
bluetooth: require longtouch to confirm toggling enable/disable
1 parent 0390741 commit 66f2721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/bitbox02-rust/src/hww/api/bluetooth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ async fn process_toggle_enabled(hal: &mut impl crate::hal::Hal) -> Result<Respon
187187
hal.ui()
188188
.confirm(&confirm::Params {
189189
body,
190+
longtouch: true,
190191
..Default::default()
191192
})
192193
.await?;

0 commit comments

Comments
 (0)