Settings: Pass empty lottie resource for quickly open camera animation

This lets us hide it properly.

Change-Id: I02ac031a835236811b82a7de283335390ffebab9
This commit is contained in:
LuK1337
2022-06-09 11:27:32 +02:00
committed by Michael Bestas
parent c6cf27da63
commit 9e41f0a74f
5 changed files with 3 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ public class DoubleTapPowerIllustrationPreferenceController extends BasePreferen
DoubleTapPowerSettingsUtils
.isDoubleTapPowerButtonGestureForCameraLaunchEnabled(
mContext)
? R.drawable.quickly_open_camera
? R.raw.lottie_quickly_open_camera
: R.drawable.double_tap_power_for_wallet);
}