mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
do not use Rect at storing grid items
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
package com.simplemobiletools.launcher.models
|
||||
|
||||
import android.graphics.Rect
|
||||
|
||||
data class HomeScreenGridItem(var rect: Rect, val packageName: String)
|
||||
data class HomeScreenGridItem(var left: Int, val top: Int, val right: Int, val bottom: Int, val packageName: String)
|
||||
|
Reference in New Issue
Block a user