Files
ente/mobile/lib
Ashil d25b1f7b65 [mob][photos] Concatenate strings more efficiently (#3985)
## Description

If number of iterations are high, concatenating a list of values to a
string using `str1 += str2` can block the UI thread.
Using `List.join()` is a much more efficient way to do this.
2024-11-09 09:34:49 +05:30
..
2024-11-09 08:44:59 +05:30
2024-11-09 08:44:59 +05:30
2024-10-23 17:25:57 +05:30
2024-10-23 17:39:02 +05:30