Loading packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -417,8 +417,8 @@ public class SystemServicesProxy { options.setLaunchStackId(DOCKED_STACK_ID); mIam.startActivityFromRecents(taskId, options.toBundle()); return true; } catch (RemoteException | IllegalArgumentException e) { e.printStackTrace(); } catch (Exception e) { Log.e(TAG, "Failed to dock task: " + taskId + " with createMode: " + createMode, e); } return false; } Loading Loading
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -417,8 +417,8 @@ public class SystemServicesProxy { options.setLaunchStackId(DOCKED_STACK_ID); mIam.startActivityFromRecents(taskId, options.toBundle()); return true; } catch (RemoteException | IllegalArgumentException e) { e.printStackTrace(); } catch (Exception e) { Log.e(TAG, "Failed to dock task: " + taskId + " with createMode: " + createMode, e); } return false; } Loading