Loading src/com/android/deskclock/AlarmClockFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ public final class AlarmClockFragment extends DeskClockFragment implements } if (alarmPosition >= 0) { smoothScrollTo(alarmPosition); mAlarmTimeAdapter.expand(alarmPosition); } else { // Trying to display a deleted alarm should only happen from a missed notification for // an alarm that has been marked deleted after use. Loading src/com/android/deskclock/alarms/dataadapter/AlarmTimeAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ public final class AlarmTimeAdapter extends RecyclerView.Adapter<AlarmTimeViewHo } /** * Request the UI to expand the alarm at selected position. * Request the UI to expand the alarm at selected position and scroll it into view. */ public void expand(int position) { final long stableId = getItemId(position); Loading Loading
src/com/android/deskclock/AlarmClockFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ public final class AlarmClockFragment extends DeskClockFragment implements } if (alarmPosition >= 0) { smoothScrollTo(alarmPosition); mAlarmTimeAdapter.expand(alarmPosition); } else { // Trying to display a deleted alarm should only happen from a missed notification for // an alarm that has been marked deleted after use. Loading
src/com/android/deskclock/alarms/dataadapter/AlarmTimeAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ public final class AlarmTimeAdapter extends RecyclerView.Adapter<AlarmTimeViewHo } /** * Request the UI to expand the alarm at selected position. * Request the UI to expand the alarm at selected position and scroll it into view. */ public void expand(int position) { final long stableId = getItemId(position); Loading