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

Commit 886bb815 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove lines that hit ActivityMonitor on destory."

parents 860a5dd6 1574384d
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1151,16 +1151,6 @@ public class Instrumentation {
//      }
      
      activity.performDestroy();
      
      if (mActivityMonitors != null) {
          synchronized (mSync) {
              final int N = mActivityMonitors.size();
              for (int i=0; i<N; i++) {
                  final ActivityMonitor am = mActivityMonitors.get(i);
                  am.match(activity, activity, activity.getIntent());
              }
          }
      }
  }

    /**