mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
split some lines
This commit is contained in:
@ -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?) {
|
||||||
|
Reference in New Issue
Block a user