mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fix failing test testPromiseIcon_addedFromEligibleSession.
Test: Ran tests on device Bug: 140819614 Change-Id: I8ee6836d3a06f315518aa4829c8e2ddf8cf5f74d
This commit is contained in:
committed by
Jonathan Miranda
parent
fc520edbc6
commit
d6ae55d968
@@ -225,7 +225,7 @@ public class LauncherModel extends BroadcastReceiver
|
||||
&& user.equals(info.user)
|
||||
&& info.getIntent() != null
|
||||
&& TextUtils.equals(packageName, info.getIntent().getPackage())) {
|
||||
removedIds.put(info.id, false /* unused value */);
|
||||
removedIds.put(info.id, true /* remove */);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user