support POCO phone for brave version 1_65_133
This commit is contained in:
@@ -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"|| model === "22041219PG") {
|
if (model === "KB2003" || model === "22041219PG" || model === "DE2117" || model === "21091116C") {
|
||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user