mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0a88cf9a7e
commit
4564ea0483
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ class MediaControlView(context: Context, attrs: AttributeSet?) :
|
|||
return position
|
||||
}
|
||||
|
||||
@Suppress("ReturnCount")
|
||||
override fun dispatchKeyEvent(event: KeyEvent): Boolean {
|
||||
val keyCode = event.keyCode
|
||||
val uniqueDown = (event.repeatCount == 0 && event.action == KeyEvent.ACTION_DOWN)
|
||||
|
|
Loading…
Reference in a new issue