fix: preserve queued snap duration for media resend flow

Keep selected snap duration when processing queued split items and repeated sends.
This commit is contained in:
schrodingerspet
2026-04-19 10:48:38 +05:30
parent 22bbadf926
commit ec6e4deae8
3 changed files with 37 additions and 14 deletions

View File

@@ -115,8 +115,8 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://api.xposed.info/") }
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://api.xposed.info/") }
}
}