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

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

Merge "Fix RemoteViewsTests"

parents d6de352f 4d10db7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class RemoteViewsTest {
    @Before
    public void setup() {
        mContext = InstrumentationRegistry.getContext();
        mPackage = mPackage;
        mPackage = mContext.getPackageName();
        mContainer = new LinearLayout(mContext);
    }