Fix android build
This commit is contained in:
parent
dd1af41400
commit
4a79ae0574
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class DatabaseHelper {
|
|||
cursor1.moveToFirst()
|
||||
val lastFetchedAt = cursor1.getDouble(0)
|
||||
cursor1.close()
|
||||
if (lastFetchedAt == 0) {
|
||||
if (lastFetchedAt == 0.0) {
|
||||
return queryLastPostCreateAt(db, channelId)
|
||||
}
|
||||
return lastFetchedAt
|
||||
|
|
|
|||
Loading…
Reference in a new issue