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

Commit 2a4a88c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix wrong variable in AccountManagerService's TokenCache"

parents b2b692e1 f3880fdc
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);