mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Updating test as per API changes
Change-Id: I746bf48254ebfcad18426d47c61a54f8a11f5cf8
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user