mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Rethrow UnauthorizedHttpError in SyncUtil.doSync
This commit is contained in:
parent
fdfb51267a
commit
bedfd48a65
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ class SyncUtil (private val logic: AppLogic) {
|
|||
if (BuildConfig.DEBUG) {
|
||||
Log.d(LOG_TAG, "no reset should happen")
|
||||
}
|
||||
|
||||
throw ex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue