Remove FlingAnimationUtils.Builder provider.
Mark it as directly injectable. Use a Provider<> of the Builder so that, if DisplayMetrics changes, the changes get picked up. Fixes: 174653877 Test: manual Change-Id: If8b404cbb7f5111144c21ce4810323d95f962359
This commit is contained in:
@@ -125,9 +125,10 @@ android_library {
|
||||
"protolog-lib",
|
||||
"SettingsLib",
|
||||
"WindowManager-Shell-proto",
|
||||
"jsr330"
|
||||
],
|
||||
kotlincflags: ["-Xjvm-default=enable"],
|
||||
manifest: "AndroidManifest.xml",
|
||||
|
||||
min_sdk_version: "26",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user