mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Merge branch 'hotfix/1.7.3' into modules
# Conflicts: # uhabits-android/src/androidTest/java/org/isoron/uhabits/BaseAndroidTest.java # uhabits-android/src/main/java/org/isoron/uhabits/models/sqlite/SQLiteScoreList.java # uhabits-core/src/main/java/org/isoron/uhabits/core/models/CheckmarkList.java
This commit is contained in:
@@ -113,7 +113,7 @@ public abstract class CheckmarkList
|
||||
*
|
||||
* @return value of today's checkmark
|
||||
*/
|
||||
public synchronized final int getTodayValue()
|
||||
public synchronized int getTodayValue()
|
||||
{
|
||||
Checkmark today = getToday();
|
||||
if (today != null) return today.getValue();
|
||||
|
||||
Reference in New Issue
Block a user