mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Suppress Lint for wrong constant of AudioManager modes
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
99f5a64c50
commit
e1d9afa1a2
@ -194,6 +194,7 @@ public class MagicAudioManager {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("WrongConstant")
|
||||
public void start(AudioManagerEvents audioManagerEvents) {
|
||||
Log.d(TAG, "start");
|
||||
ThreadUtils.checkIsOnMainThread();
|
||||
@ -292,6 +293,7 @@ public class MagicAudioManager {
|
||||
Log.d(TAG, "AudioManager started");
|
||||
}
|
||||
|
||||
@SuppressLint("WrongConstant")
|
||||
public void stop() {
|
||||
Log.d(TAG, "stop");
|
||||
ThreadUtils.checkIsOnMainThread();
|
||||
|
Loading…
Reference in New Issue
Block a user