Enabled numbers row based on shouldShowKeyboardToolbar value

This commit is contained in:
merkost
2023-05-29 22:27:03 +10:00
parent 9fba023443
commit fa4e38e94e
4 changed files with 12 additions and 4 deletions

View File

@ -428,6 +428,8 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
settings_cog.applyColorFilter(mTextColor)
pinned_clipboard_items.applyColorFilter(mTextColor)
clipboard_clear.applyColorFilter(mTextColor)
toolbar_holder.beInvisibleIf(!context.shouldShowKeyboardToolbar)
}
mClipboardManagerHolder?.apply {