reduce the alpha and strike thru text of completed tasks

This commit is contained in:
tibbi
2018-12-08 19:55:20 +01:00
parent 441b2d204e
commit 2d61509590
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,3 @@
package com.simplemobiletools.notes.pro.models
data class ChecklistItem(val id: Int, val title: String, val isDone: Boolean)
data class ChecklistItem(val id: Int, var title: String, var isDone: Boolean)