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

Commit 3c77ef7f authored by Robin Lee's avatar Robin Lee Committed by android-build-merger
Browse files

Merge "RejectedExecutionException in DataUsageLIst" am: 7a8121fd am: 543a9880

am: 1f9c67e9

Change-Id: I1d4c00df6867b9034b21d6d490323364f77c37db
parents 1399eb5d 1f9c67e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -90,8 +90,7 @@ public class AppDataUsagePreference extends Preference {
            if (cachedDetail != null) {
                bindView(cachedDetail, target);
            } else {
                new UidDetailTask(provider, item, target).executeOnExecutor(
                        AsyncTask.THREAD_POOL_EXECUTOR);
                new UidDetailTask(provider, item, target).execute();
            }
        }