Skip to content

Commit 1d08018

Browse files
committed
A final period.
1 parent e562208 commit 1d08018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/core/services/BluetoothHeadsetReceiver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import java.lang.ref.WeakReference
2020

2121
/**
2222
* 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")
23+
* so it's safe to use @Suppress("MissingPermission").
2424
*/
2525
class BluetoothHeadsetReceiver : BroadcastReceiver() {
2626

0 commit comments

Comments
 (0)