mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Rename "AndroidInterface" to "AppInterface"
This commit is contained in:
parent
94bddb0740
commit
447e93096b
@ -6173,8 +6173,8 @@ class VibrationManager {
|
|||||||
static #playDeviceVibration(data) {
|
static #playDeviceVibration(data) {
|
||||||
// console.log(+new Date, data);
|
// console.log(+new Date, data);
|
||||||
|
|
||||||
if ('AndroidInterface' in window) {
|
if ('AppInterface' in window) {
|
||||||
AndroidInterface.vibrate(JSON.stringify(data), window.BX_VIBRATION_INTENSITY);
|
AppInterface.vibrate(JSON.stringify(data), window.BX_VIBRATION_INTENSITY);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user