commit | ef7b6b681ee564ee02ab84e8079d796046c6193c | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Wed Feb 09 13:50:39 2022 -0500 |
committer | Dave Mankoff <mankoff@google.com> | Wed Apr 06 19:33:07 2022 -0400 |
tree | f70438f8dc553ea694268decaebaca76b453d4d1 | |
parent | 6bc39ee20e08e60f0b6fe425374ca2775a610961 [diff] |
Remove Dep.get(CommandQueue.class) from NavBarView Remove a call to Dependency#get form NavigationBarView by constructing the NavigationBarTransistions class in the controller instead of in the view. To be honest, this is not a beautiful cl. Some of this code is more than ten years old and is in need of more thoughtful refactoring. Bug: 218354102 Test: manual && atest SytemUITests Change-Id: I163c6e07ad5bbe046061c22ac92cf8d8138a20e4