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