minor update

This commit is contained in:
Tibor Kaputa 2022-06-06 23:14:00 +02:00 committed by GitHub
parent d7b8a109fd
commit cfaceb99c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ class RecordingsAdapter(
val contextTheme = ContextThemeWrapper(activity, theme)
PopupMenu(contextTheme, view, Gravity.END).apply {
inflate(R.menu.cab_recordings)
inflate(getActionMenuId())
setOnMenuItemClickListener { item ->
val recordingId = recording.id
when (item.itemId) {