commit | 4d0ec07ff5c78396fd9f746c191c561954caf403 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <[email protected]> | Wed Jul 10 05:45:39 2024 +0000 |
committer | Yohei Yukawa <[email protected]> | Wed Jul 10 05:45:39 2024 +0000 |
tree | 911e214d9cbbefd6916024a01a6605e3b7f37235 | |
parent | 1057c67c546637e08619abb07eeec5a8a259a4d9 [diff] |
Remove unnecessary invocations of UserDataRepository#getOrCreate() Historically we have called UserDataRepository#getOrCreate() immediately after a user becomes available. However such invocations are redundant and not necessary as the method name implies. Let's remove them in favor of simplicity. There must be no user observable behavior change in this CL. Bug: 343601565 Test: presubmit Flag: EXEMPT refactor Change-Id: I6a5a528bec84c5eb4e1756f9f58106951c0f841b