Lyra shooting not working on android

@Parinsolanki I managed to find a workaround.
I added some logic inside the tick function of my fire button to check every frame if the player is shooting and eject the input action.

You can ignore the Check Input touch

You can set the isFiring variable to true or false by detecting if the button is pressed or not.