BugFix: Make Round Serializable to prevent application crash on switching to another app.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package me.zobrist.tichucounter
|
||||
|
||||
class Round() {
|
||||
import java.io.Serializable
|
||||
|
||||
class Round(): Serializable {
|
||||
var scoreA: Int = 0
|
||||
var scoreB: Int = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user