Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java +15 −21 Original line number Diff line number Diff line Loading @@ -307,11 +307,7 @@ public class ActivityManagerWrapper { } final ActivityOptions finalOptions = options; // Execute this from another thread such that we can do other things (like caching the // bitmap for the thumbnail) while AM is busy starting our activity. mBackgroundExecutor.submit(new Runnable() { @Override public void run() { boolean result = false; try { result = startActivityFromRecents(taskKey.id, finalOptions); Loading @@ -328,8 +324,6 @@ public class ActivityManagerWrapper { }); } } }); } /** * Starts a task from Recents synchronously. Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/ActivityManagerWrapper.java +15 −21 Original line number Diff line number Diff line Loading @@ -307,11 +307,7 @@ public class ActivityManagerWrapper { } final ActivityOptions finalOptions = options; // Execute this from another thread such that we can do other things (like caching the // bitmap for the thumbnail) while AM is busy starting our activity. mBackgroundExecutor.submit(new Runnable() { @Override public void run() { boolean result = false; try { result = startActivityFromRecents(taskKey.id, finalOptions); Loading @@ -328,8 +324,6 @@ public class ActivityManagerWrapper { }); } } }); } /** * Starts a task from Recents synchronously. Loading