mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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();
|
updateSelfVideoViewPosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("InlinedApi")
|
|
||||||
@RequiresApi(api = Build.VERSION_CODES.S)
|
@RequiresApi(api = Build.VERSION_CODES.S)
|
||||||
private void requestBluetoothPermission() {
|
private void requestBluetoothPermission() {
|
||||||
if (ContextCompat.checkSelfPermission(
|
if (ContextCompat.checkSelfPermission(
|
||||||
|
Loading…
Reference in New Issue
Block a user