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

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

Merge "Updating test as per API changes" into ub-launcher3-dorval

parents 4179e9b8 f410ca77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,6 +84,6 @@ public class RequestPinItemActivity extends BaseTestingActivity {
    }

    private void requestWidget(ComponentName cn) {
        AppWidgetManager.getInstance(this).requestPinAppWidget(cn, mCallback);
        AppWidgetManager.getInstance(this).requestPinAppWidget(cn, null, mCallback);
    }
}