mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-06 03:50:23 +02:00
Fix typo in comment in UsedTimeUpdateHelper
This commit is contained in:
parent
3fa8e25c02
commit
e42236167f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class UsedTimeUpdateHelper (val date: DateInTimezone) {
|
||||||
Log.d(LOG_TAG, "could not commit used times", ex)
|
Log.d(LOG_TAG, "could not commit used times", ex)
|
||||||
}
|
}
|
||||||
|
|
||||||
// this is a very rare case if a category is deltete while it is used;
|
// this is a very rare case if a category is deleted while it is used;
|
||||||
// in this case there could be some lost time
|
// in this case there could be some lost time
|
||||||
// changes for other categories, but it's no big problem
|
// changes for other categories, but it's no big problem
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue