mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-04 13:50:42 +00:00
remove mistakenly added one-handed key form clipboard, adjust order so clear key is further left
This commit is contained in:
parent
932d996c6b
commit
958e253c87
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ClipboardHistoryView @JvmOverloads constructor(
|
||||||
// even when state is activated, the not activated color is set
|
// even when state is activated, the not activated color is set
|
||||||
// in suggestionStripView the same thing works correctly, wtf?
|
// in suggestionStripView the same thing works correctly, wtf?
|
||||||
// need to properly fix it (and maybe undo the inverted isActivated) when adding a toggle key
|
// need to properly fix it (and maybe undo the inverted isActivated) when adding a toggle key
|
||||||
listOf(ToolbarKey.LEFT, ToolbarKey.RIGHT, ToolbarKey.COPY, ToolbarKey.SELECT_WORD, ToolbarKey.SELECT_ALL, ToolbarKey.CLEAR_CLIPBOARD, ToolbarKey.ONE_HANDED)
|
listOf(ToolbarKey.LEFT, ToolbarKey.RIGHT, ToolbarKey.COPY, ToolbarKey.CLEAR_CLIPBOARD, ToolbarKey.SELECT_WORD, ToolbarKey.SELECT_ALL)
|
||||||
.forEach { toolbarKeys.add(createToolbarKey(context, keyboardAttr, it)) }
|
.forEach { toolbarKeys.add(createToolbarKey(context, keyboardAttr, it)) }
|
||||||
keyboardAttr.recycle()
|
keyboardAttr.recycle()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue