Rethrow UnauthorizedHttpError in SyncUtil.doSync

This commit is contained in:
Jonas Lochmann 2022-10-31 01:00:00 +01:00
parent fdfb51267a
commit bedfd48a65
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -210,6 +210,8 @@ class SyncUtil (private val logic: AppLogic) {
if (BuildConfig.DEBUG) {
Log.d(LOG_TAG, "no reset should happen")
}
throw ex
}
}
}