mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
e0ac903bce
commit
41b06ccf4e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ private fun ShowOverlayState(state: ScreenOverlayState?, activity: Activity, vie
|
|||
is ScreenOverlayState.TaskActions -> {
|
||||
val actions = state.getActions(activity, onEditCompleted = { addTask ->
|
||||
viewModel.updateScreenState(addTask)
|
||||
}, onDeleteCompleted = { deleteTask ->
|
||||
}, onDeleteCompleted = { deleteTask ->
|
||||
viewModel.updateScreenState(deleteTask)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue