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