mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Suppress AppItem serialVersionUID warning
This commit is contained in:
committed by
Billy Laws
parent
56fd79ff46
commit
30aee55122
@ -26,6 +26,7 @@ private val missingIcon by lazy { ContextCompat.getDrawable(SkylineApplication.i
|
||||
/**
|
||||
* This class is a wrapper around [AppEntry], it is used for passing around game metadata
|
||||
*/
|
||||
@Suppress("SERIAL")
|
||||
data class AppItem(private val meta : AppEntry) : Serializable {
|
||||
/**
|
||||
* The icon of the application
|
||||
|
Reference in New Issue
Block a user