mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
minor update
This commit is contained in:
@ -225,7 +225,7 @@ class RecordingsAdapter(
|
|||||||
val contextTheme = ContextThemeWrapper(activity, theme)
|
val contextTheme = ContextThemeWrapper(activity, theme)
|
||||||
|
|
||||||
PopupMenu(contextTheme, view, Gravity.END).apply {
|
PopupMenu(contextTheme, view, Gravity.END).apply {
|
||||||
inflate(R.menu.cab_recordings)
|
inflate(getActionMenuId())
|
||||||
setOnMenuItemClickListener { item ->
|
setOnMenuItemClickListener { item ->
|
||||||
val recordingId = recording.id
|
val recordingId = recording.id
|
||||||
when (item.itemId) {
|
when (item.itemId) {
|
||||||
|
Reference in New Issue
Block a user