Update the illustrations to Lottie format.
- Add the fake illustrations to Settings. - Update the illustrations of the following items. Adaptive battery Swipe fingerprint for notifications Quick open camera Flip camera for selfie One-hand mode Tap to check phone Lift to check phone Prevent ringing Bug: 190807662 Test: robotest and see the UI Change-Id: I39c72570c61b0871ab5949ecca9a99d5404d1811
This commit is contained in:
@@ -42,7 +42,10 @@ public abstract class GesturePreferenceController extends TogglePreferenceContro
|
||||
public void displayPreference(PreferenceScreen screen) {
|
||||
super.displayPreference(screen);
|
||||
if (isAvailable()) {
|
||||
mVideoPreference = screen.findPreference(getVideoPrefKey());
|
||||
final Preference pref = screen.findPreference(getVideoPrefKey());
|
||||
if (pref instanceof VideoPreference) {
|
||||
mVideoPreference = screen.findPreference(getVideoPrefKey());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user