mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-25 23:34:16 +01: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…
Reference in New Issue
Block a user