You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the external storage pipeline, there are some places where we are explicitly building messages (e.g. ActivityWorker.java) where we could be just passing along a builder instead. Find these use cases and pass builders where applicable.
Within the external storage pipeline, there are some places where we are explicitly building messages (e.g.
ActivityWorker.java) where we could be just passing along a builder instead. Find these use cases and pass builders where applicable.