Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java +3 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,9 @@ class NavigationBarRecents extends LinearLayout { try { manager.startActivityFromRecents(taskPersistentId, null /* options */); } catch (RemoteException e) { e.printStackTrace(); Log.e(TAG, "Exception when activating a recent task", e); } catch (IllegalArgumentException e) { Log.e(TAG, "Exception when activating a recent task", e); } } }); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java +3 −1 Original line number Diff line number Diff line Loading @@ -173,7 +173,9 @@ class NavigationBarRecents extends LinearLayout { try { manager.startActivityFromRecents(taskPersistentId, null /* options */); } catch (RemoteException e) { e.printStackTrace(); Log.e(TAG, "Exception when activating a recent task", e); } catch (IllegalArgumentException e) { Log.e(TAG, "Exception when activating a recent task", e); } } }); Loading