Adds video to swipe up gesture am: a37c5b26a2
am: 899b915222
Change-Id: Id8e3c3aca23ad00355d1db0258acef91b7ea7739
This commit is contained in:
@@ -33,8 +33,7 @@ public class SwipeUpPreferenceController extends GesturePreferenceController {
|
||||
private final int ON = 1;
|
||||
private final int OFF = 0;
|
||||
|
||||
// TODO(77474484): Update when swipe up illustration video is ready
|
||||
private static final String PREF_KEY_VIDEO = "";
|
||||
private static final String PREF_KEY_VIDEO = "gesture_swipe_up_video";
|
||||
private final UserManager mUserManager;
|
||||
|
||||
public SwipeUpPreferenceController(Context context, String key) {
|
||||
|
Reference in New Issue
Block a user