You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sync process has always pauses when the user puts Litewallet in the background.
Optimization
We want to improve the process for users to have a better experience. They should be able to complete sync while doing other activities and the device is on.
Steps to complete
Check the mechanisms that start and stop the sync process
Review public synchronized void startSyncingProgressThread(Context app)
Describe the work to be done
Situation
The sync process has always pauses when the user puts Litewallet in the background.
Optimization
We want to improve the process for users to have a better experience. They should be able to complete sync while doing other activities and the device is on.
Steps to complete
public synchronized void startSyncingProgressThread(Context app)
The text was updated successfully, but these errors were encountered: