Window manager remove view not working when used with timertask

  • Thread starter Thread starter AC Question
  • Start date Start date
A

AC Question

I have scheduled a timertask to update ui every second (layout having some text view in it). On some condition basis if i try to remove view from window manager its not working. I have cancelled the timers for disabling case and tried to remove view from ui thread (using runnable) and through on destroy call as well. It dint work.