fcae44110b
The previous code used synchronous (i.e., non-suspending) functions to call the /api/v2/search and /api/v2/accounts/search endpoints. This is not necessary as the search was always performed in a separate thread. Remove, and replace their usage with the equivalent functions that suspend. |
||
---|---|---|
.. | ||
accounts | ||
activity | ||
common | ||
data | ||
database | ||
designsystem | ||
navigation | ||
network | ||
preferences | ||
testing | ||
ui | ||
AndroidManifest.xml |