Loading src/com/android/launcher3/notification/NotificationInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,9 @@ public class NotificationInfo implements View.OnClickListener { @Override public void onClick(View view) { if (intent == null) { return; } final Launcher launcher = Launcher.getLauncher(view.getContext()); Bundle activityOptions = ActivityOptions.makeClipRevealAnimation( view, 0, 0, view.getWidth(), view.getHeight()).toBundle(); Loading Loading
src/com/android/launcher3/notification/NotificationInfo.java +3 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,9 @@ public class NotificationInfo implements View.OnClickListener { @Override public void onClick(View view) { if (intent == null) { return; } final Launcher launcher = Launcher.getLauncher(view.getContext()); Bundle activityOptions = ActivityOptions.makeClipRevealAnimation( view, 0, 0, view.getWidth(), view.getHeight()).toBundle(); Loading