mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-10-31 23:54:05 +00:00
Fix intendation
This commit is contained in:
parent
9c1f495782
commit
e2c2e5c3ed
@ -68,6 +68,7 @@ class StickerFileManager(message: JsonObject, file_base: String) : DocumentFileM
|
|||||||
?: stickerSet.get("id").nullString
|
?: stickerSet.get("id").nullString
|
||||||
?: stickerSet.get("_constructor").nullString
|
?: stickerSet.get("_constructor").nullString
|
||||||
?: error("could not get a good name from: ${sticker["stickerset"]}")
|
?: error("could not get a good name from: ${sticker["stickerset"]}")
|
||||||
|
|
||||||
val hash = sticker["alt"].string.hashCode()
|
val hash = sticker["alt"].string.hashCode()
|
||||||
return "${set}_${hash}"
|
return "${set}_${hash}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user