Open zhanhui913 opened 7 years ago
Make sure when we have at least 1000 transactions per day, when we go into Account Fragment that the load should be async. It shouldnt slow down any animations.
not sure what i can do for now except re-writing realm as currently, doing this line of code takes a long time.
myRealm.copyFromRealm(element);
and it cannot be done in another Thread
Make sure when we have at least 1000 transactions per day, when we go into Account Fragment that the load should be async. It shouldnt slow down any animations.