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

Commit 625f2a7c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix wrong variable in AccountManagerService's TokenCache" am:...

Merge "Fix wrong variable in AccountManagerService's TokenCache" am: 2a4a88c6 am: 267039a3 am: ac875da8 am: 248c7b08 am: 4e0f340e

Change-Id: I303706a3f0d79aee6b2b8f0dc29c6f5163d433c2
parents 80b12a62 4e0f340e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ import java.util.Objects;
                accountEvictor = new Evictor();
            }
            accountEvictor.add(k);
            mAccountEvictors.put(k.account, tokenEvictor);
            mAccountEvictors.put(k.account, accountEvictor);

            // Only cache the token once we can remove it directly or by account.
            put(k, v);