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:
Schneider Victor-tulias
2020-09-25 10:13:57 -07:00
parent 34fbea6f26
commit 2517dfd123
6 changed files with 23 additions and 12 deletions
@@ -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;
}