fix restore from old backup to updated trackimpl. (#1269)

* fix restore from old backup to updated trackimpl.
added backup of tracking url for new backups

* assignment not needed
This commit is contained in:
Carlos
2018-02-22 15:54:05 -05:00
committed by Bram van de Kerkhof
parent bf9b9ca54c
commit cf5c816483
2 changed files with 5 additions and 1 deletions
@@ -20,7 +20,7 @@ class TrackImpl : Track {
override var status: Int = 0
override lateinit var tracking_url: String
override var tracking_url: String = ""
override fun equals(other: Any?): Boolean {
if (this === other) return true