79762545

Date: 2025-09-12 04:52:29
Score: 1.5
Natty:
Report link

It was the thread issue. I called the function in the background thread and it didn't work. Should call in the UI thread.

'''

runOnUiThread (new Thread(new Runnable() {  
    public void run() {
        signalsViewModel.updateSignals(booleen);
    }
}));

'''

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ShineStar