Skip to content
Commit 6b4bc698 authored by Kevin Han's avatar Kevin Han
Browse files

Remove accidental early return

removeOldData would accidentally return early sometimes because the
lambda used in the filter included a "return" statement, and that seems
to be interpreted as a return for the whole method. Removing this and
just leaving the boolean value fixes this.

Bug: 205642821
Test: CTS test in topic
Change-Id: I544934ec989ddaa26a143521629143e5e82063aa
parent 3e402188
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment