support POCO phone for brave version 1_65_133

This commit is contained in:
2024-06-13 18:08:40 +02:00
parent f334dd9952
commit b7daa9e47b
+1 -1
View File
@@ -1538,7 +1538,7 @@ class CommandorPage {
async handleBravePushNotification() { async handleBravePushNotification() {
let model = this.device.model() let model = this.device.model()
if (model === "KB2003" || model ==="DE2117") { if (model === "KB2003" || model ==="DE2117"|| model === "22041219PG") {
await this.tapForDevice(this.device, 545, 1448) await this.tapForDevice(this.device, 545, 1448)
} else } else
await this.tapForDevice(this.device, 100, 400) await this.tapForDevice(this.device, 100, 400)