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

Commit 267039a3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Change-Id: Ie2cf007dbb2b4455eccca94e880d2d0edc473fd5
parents 80da4427 2a4a88c6
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);