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

Commit 115cf058 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fixing initialization cleanup in activity instrumentation test case"

parents c98c3597 3fe3f732
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -147,8 +147,8 @@ public abstract class ActivityInstrumentationTestCase2<T extends Activity>
    protected void setUp() throws Exception {
        super.setUp();
        
        boolean mInitialTouchMode = false;
        Intent mActivityIntent = null;
        mInitialTouchMode = false;
        mActivityIntent = null;
    }

    @Override