mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-08 07:31:11 +02:00
split some lines
This commit is contained in:
parent
f6060ac251
commit
3efb30b874
@ -17,7 +17,9 @@ class AutoGridLayoutManager(
|
|||||||
) : GridLayoutManager(context, 1) {
|
) : GridLayoutManager(context, 1) {
|
||||||
|
|
||||||
init {
|
init {
|
||||||
require(itemWidth >= 0) { "itemWidth must be >= 0" }
|
require(itemWidth >= 0) {
|
||||||
|
"itemWidth must be >= 0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onLayoutChildren(recycler: RecyclerView.Recycler?, state: RecyclerView.State?) {
|
override fun onLayoutChildren(recycler: RecyclerView.Recycler?, state: RecyclerView.State?) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user