runOnUiThread(new Runnable() {
@Override public void run() {
channelAdapter.notifyDataSetChanged();
stopActivityIndicator();
setChannel(0);
}
});
i have added this code in my activity and when back press finish activity then my main activity is block all User Interface, i don't know why this happen.