remove unnecessary call to editDate

This commit is contained in:
Chumva 2018-08-06 17:30:41 +03:00
parent d0ad7fe62d
commit e6498521d0

View file

@ -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
} }