remove unnecessary call to editDate
This commit is contained in:
parent
d0ad7fe62d
commit
e6498521d0
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ class TelegramHelper private constructor() {
|
||||||
lon = messageLocation.location.longitude
|
lon = messageLocation.location.longitude
|
||||||
val date = message.editDate
|
val date = message.editDate
|
||||||
lastUpdated = if (date != 0) {
|
lastUpdated = if (date != 0) {
|
||||||
message.editDate
|
date
|
||||||
} else {
|
} else {
|
||||||
message.date
|
message.date
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue