This toast is not required.

This commit is contained in:
Turann_
2026-02-16 01:21:49 +03:00
parent f8d992a409
commit d141e1e056
-1
View File
@@ -486,7 +486,6 @@ Singleton {
if (data.indexOf("PIN_REQUIRED") !== -1) {
root.pinRequired = true;
Logger.i("Bluetooth", "PIN required for pairing");
ToastService.showNotice(I18n.tr("common.bluetooth"), I18n.tr("bluetooth.panel.pin-required"), "lock");
}
}
}