Skip to content

Commit 0b6ea96

Browse files
Fixed issue of series entries not being marked as dirty when the progress changes
Closes #1430
1 parent f04c8ce commit 0b6ea96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/at/techbee/jtx/database/ICalDatabaseDao.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ interface ICalDatabaseDao {
10641064
progress = if (newPercent == 0) null else newPercent
10651065
)
10661066
}
1067+
makeSeriesDirty(uid)
10671068
}
10681069

10691070
@Query("UPDATE $TABLE_NAME_ICALOBJECT SET " +

0 commit comments

Comments
 (0)