Update TutorialFragments to work without hand gesture animations.
Test: manual TutorialFragments needed to implement getHandAnimationResId, however not all TutorialFragments will need a hand gesture animation. Updated TutorialFragment to remove this requirement. Change-Id: I2f75d6447dcceb226569181176deed1d5e80fa5f
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import com.android.quickstep.interaction.TutorialController.TutorialType;
|
||||
/** Shows the Home gesture interactive tutorial. */
|
||||
public class AssistantGestureTutorialFragment extends TutorialFragment {
|
||||
@Override
|
||||
int getHandAnimationResId() {
|
||||
Integer getHandAnimationResId() {
|
||||
return R.drawable.assistant_gesture;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user