Skip to content

Commit d4fd0cb

Browse files
debugging
1 parent 49cc485 commit d4fd0cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

injected/src/features/web-compat.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ export class WebCompat extends ContentFeature {
130130
if (this.getFeatureSettingEnabled('disableDeviceEnumeration') || this.getFeatureSettingEnabled('disableDeviceEnumerationFrames')) {
131131
this.preventDeviceEnumeration();
132132
}
133-
if (this.getFeatureSettingEnabled('deviceEnumeration')) {
133+
// if (this.getFeatureSettingEnabled('deviceEnumeration')) {
134134
this.deviceEnumerationFix();
135-
}
135+
//}
136136
}
137137

138138
/** Shim Web Share API in Android WebView */
@@ -790,6 +790,7 @@ export class WebCompat extends ContentFeature {
790790
const enumerateDevicesProxy = new DDGProxy(this, MediaDevices.prototype, 'enumerateDevices', {
791791
apply: async (target, thisArg, args) => {
792792
try {
793+
debugger;
793794
// Request device enumeration information from native
794795
const response = await this.messaging.request(MSG_DEVICE_ENUMERATION, {});
795796

0 commit comments

Comments
 (0)