Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c516845 authored by Chris Wren's avatar Chris Wren
Browse files

add all those great comments from the other file

also pick up some enum renaming

Bug: 27429645
Change-Id: Id26ddea46755b43e8db298b87b3a47b69be0f728
parent 933c1d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -636,7 +636,7 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD
            // Focus the next task
            EventBus.getDefault().send(new FocusNextTaskViewEvent(timerIndicatorDuration));

            MetricsLogger.action(this, MetricsEvent.OVERVIEW_PAGE);
            MetricsLogger.action(this, MetricsEvent.ACTION_OVERVIEW_PAGE);
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ public class RecentsHistoryAdapter extends RecyclerView.Adapter<RecentsHistoryAd
            ssp.startActivityFromRecents(v.getContext(), task.key.id, task.title,
                    ActivityOptions.makeBasic());

            MetricsLogger.action(v.getContext(), MetricsEvent.OVERVIEW_SELECT,
            MetricsLogger.action(v.getContext(), MetricsEvent.ACTION_OVERVIEW_SELECT,
                    task.key.getComponent().toString());
        }

+1 −1
Original line number Diff line number Diff line
@@ -603,7 +603,7 @@ public class TaskView extends FixedSizeFrameLayout implements Task.TaskCallbacks
        EventBus.getDefault().send(new LaunchTaskEvent(this, mTask, null, INVALID_STACK_ID,
                screenPinningRequested));

        MetricsLogger.action(v.getContext(), MetricsEvent.OVERVIEW_SELECT,
        MetricsLogger.action(v.getContext(), MetricsEvent.ACTION_OVERVIEW_SELECT,
                mTask.key.getComponent().toString());
    }

+1459 −36

File changed.

Preview size limit exceeded, changes collapsed.