update contextual menu item colors too
This commit is contained in:
parent
5ec601bfbe
commit
bd7bac3232
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ abstract class MyRecyclerViewAdapter(val activity: BaseSimpleActivity, val recyc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
activity.menuInflater.inflate(getActionMenuId(), menu)
|
activity.menuInflater.inflate(getActionMenuId(), menu)
|
||||||
|
activity.updateMenuItemColors(menu)
|
||||||
onActionModeCreated()
|
onActionModeCreated()
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue