MAP: 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: Id8c121439d7a93af7592a15df67523e96a1312ff
Loading
Please register or sign in to comment