OlegKlimenko / Plamber-Android

The Android application for Plamber project.
https://plamber.com.ua/
Apache License 2.0
1 stars 0 forks source link

Not saving page when slow connection #95

Closed OlegKlimenko closed 5 years ago

OlegKlimenko commented 5 years ago

There is an issue, page not saves when you have slow connection in offline mode. Looks like it sends request to the server and only after request is received, it saves changes... If it works as I expect we need to changed this to work in parallel or asynchronously.

Can you please check this?

OlegKlimenko commented 5 years ago

Not saving page when slow connection