mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
build fix
Change-Id: Ib31b7b4efa96897e7ea04412a9deae14a432b6c0
This commit is contained in:
@@ -60,7 +60,7 @@ public class LauncherBackupAgentTest extends AndroidTestCase {
|
||||
private final long mProfileId;
|
||||
|
||||
public MyDatabaseHelper(long profileId) {
|
||||
super(getContext(), null, null, null);
|
||||
super(getContext(), null, null);
|
||||
mProfileId = profileId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user