mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Fix uploads getting stuck (#2309)
* Fix uploads getting stuck * Fix test * Use single instance of Gson across the app * More logs to help debug upload failure * Add request identifier * wip * Fix issues with image quality check dialogs
This commit is contained in:
parent
07f9af19f5
commit
532ab8aeae
16 changed files with 85 additions and 91 deletions
|
|
@ -59,7 +59,7 @@ class MockCommonsApplicationModule(appContext: Context) : CommonsApplicationModu
|
|||
|
||||
override fun provideModificationContentProviderClient(context: Context?): ContentProviderClient = modificationClient
|
||||
|
||||
override fun providesDirectNearbyUploadKvStore(context: Context?): JsonKvStore = uploadPrefs
|
||||
override fun providesDirectNearbyUploadKvStore(context: Context?, gson: Gson): JsonKvStore = uploadPrefs
|
||||
|
||||
override fun providesAccountUtil(context: Context): AccountUtil = accountUtil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue