Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0ab270a authored by Bai Tao's avatar Bai Tao
Browse files

Fix the recent call list flicker

Change-Id: I277ef95c9d3da9ee46b3e51ee61388d717ac86eb
parent 68767123
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -752,12 +752,6 @@ public class RecentCallsListActivity extends ListActivity

        // Kill the requests thread
        mAdapter.stopRequestProcessing();
    }

    @Override
    protected void onDestroy() {
        super.onDestroy();
        mAdapter.stopRequestProcessing();
        mAdapter.changeCursor(null);
    }