mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-13 11:57:55 +03:00
Suppress AppItem serialVersionUID warning
This commit is contained in:
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
|
* 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 {
|
data class AppItem(private val meta : AppEntry) : Serializable {
|
||||||
/**
|
/**
|
||||||
* The icon of the application
|
* The icon of the application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user