Fix fatal exception due to missing looper for current thread.
While creating handler for the thread, there was fatal exception getting thrown because the present thread does not have a looper. So passing the applications looper to be used , while creating the handler to avoid this exception. Change-Id: Id2e3ed61f5691c8319eb7bc20ad970eb6758e765 (cherry picked from commit f5d1769b4357fb8d86fc31f7115b55b567a20ed1) (cherry picked from commit d0a7c5833b90fe4d8fe8f968b53a7028720ffd8c)
Loading
Please register or sign in to comment