1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00
etesync-android/app
Tom Hacohen 918f30965d EtebaseCache: fix crash when removing and re-adding (sometimes).
Essentially the problem was that when we were removing the account, the cache
directory was removed. Though then when readding the account, we would get the
cache handler from our handler cache, which would already be init, so it'd
assume the directory already exists. This was only relevant if there were
network errors because otherwise the sync would also happen it the background
which would create the missing dirs anyway.

The solution: remove the object from the handler cache when removing account.
2020-10-06 10:26:40 +03:00
..
src EtebaseCache: fix crash when removing and re-adding (sometimes). 2020-10-06 10:26:40 +03:00
.gitignore
build.gradle Update deps and adjust code accordingly. 2020-10-01 10:14:08 +03:00
lint.xml
proguard-rules.txt Migrate to AndroidX. 2019-03-06 16:24:23 +00:00