mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
reset the horizontal scroll state at widget previews
This commit is contained in:
@ -2,5 +2,12 @@ package com.simplemobiletools.launcher.models
|
||||
|
||||
import android.graphics.drawable.Drawable
|
||||
|
||||
data class AppWidget(var appPackageName: String, var appTitle: String, val appIcon: Drawable, val widgetTitle: String, val widgetPreviewImage: Drawable?, var width: Int, val height: Int) :
|
||||
WidgetsListItem()
|
||||
data class AppWidget(
|
||||
var appPackageName: String,
|
||||
var appTitle: String,
|
||||
val appIcon: Drawable,
|
||||
val widgetTitle: String,
|
||||
val widgetPreviewImage: Drawable?,
|
||||
var width: Int,
|
||||
val height: Int
|
||||
) : WidgetsListItem()
|
||||
|
Reference in New Issue
Block a user