fix(mobile): fix nested MaterialApp (#18998)

* fix nested MaterialApp

* chore

---------

Co-authored-by: dvbthien <dvbthien@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Thien Dang 2025-06-09 22:15:31 +07:00 committed by GitHub
parent 14d785cec9
commit 2572413b2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 46 additions and 49 deletions

View file

@ -27,7 +27,7 @@ extension PHAsset {
updatedAt: modificationDate.map { Int64($0.timeIntervalSince1970) },
width: Int64(pixelWidth),
height: Int64(pixelHeight),
durationInSeconds: Int64(duration),
durationInSeconds: Int64(duration)
)
}
}