Yes. You are right. We need to do something like yours idea to solve the freeze issue. Here the issue is that you may be modifying/accessing something from worker thread which is not allowed. Is the model is your custom class ? Are you creating the thread inside your model class to just fill only data ? Which thread is creating the myModel object ?
↧










