mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Remove unneeded '@SuppressLint("InlinedApi")'
The annotation '@RequiresApi' was already set correctly. Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
10a4521af9
commit
174a7e53d8
@ -342,7 +342,6 @@ public class CallActivity extends CallBaseActivity {
|
||||
updateSelfVideoViewPosition();
|
||||
}
|
||||
|
||||
@SuppressLint("InlinedApi")
|
||||
@RequiresApi(api = Build.VERSION_CODES.S)
|
||||
private void requestBluetoothPermission() {
|
||||
if (ContextCompat.checkSelfPermission(
|
||||
|
Loading…
Reference in New Issue
Block a user