1
0
mirror of https://github.com/vector-im/element-android.git synced 2025-08-01 18:06:54 +03:00

A final period.

This commit is contained in:
Benoit Marty
2025-07-11 20:05:33 +02:00
parent e5622084ce
commit 1d08018e20

View File

@ -20,7 +20,7 @@ import java.lang.ref.WeakReference
/**
* It's only used in API 21 and 22 so we will not have security exception on these OS,
* so it's safe to use @Suppress("MissingPermission")
* so it's safe to use @Suppress("MissingPermission").
*/
class BluetoothHeadsetReceiver : BroadcastReceiver() {