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

Commit 248c7b08 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

Change-Id: Ie6787386241ba139dbec40495c5f56ec5ba2a389
parents 67bd0430 ac875da8
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);