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

Commit d6ae55d9 authored by Jon Miranda's avatar Jon Miranda Committed by Jonathan Miranda
Browse files

Fix failing test testPromiseIcon_addedFromEligibleSession.

Test: Ran tests on device
Bug: 140819614
Change-Id: I8ee6836d3a06f315518aa4829c8e2ddf8cf5f74d
parent fc520edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */);
                        }
                    }
                }