We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e562208 commit 1d08018Copy full SHA for 1d08018
vector/src/main/java/im/vector/app/core/services/BluetoothHeadsetReceiver.kt
@@ -20,7 +20,7 @@ import java.lang.ref.WeakReference
20
21
/**
22
* It's only used in API 21 and 22 so we will not have security exception on these OS,
23
- * so it's safe to use @Suppress("MissingPermission")
+ * so it's safe to use @Suppress("MissingPermission").
24
*/
25
class BluetoothHeadsetReceiver : BroadcastReceiver() {
26
0 commit comments