Loading quickstep/src/com/android/quickstep/TaskSystemShortcut.java +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut protected T mSystemShortcut; protected TaskSystemShortcut(T systemShortcut) { public TaskSystemShortcut(T systemShortcut) { super(systemShortcut); mSystemShortcut = systemShortcut; } Loading Loading
quickstep/src/com/android/quickstep/TaskSystemShortcut.java +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut protected T mSystemShortcut; protected TaskSystemShortcut(T systemShortcut) { public TaskSystemShortcut(T systemShortcut) { super(systemShortcut); mSystemShortcut = systemShortcut; } Loading