InputTouch event fires both Pressed and Released at the same time

I have an InputTouch event in my level blueprint. It works fine for the most part. But for some reason the Released event fires off when I touch the screen. So when the screen is touched, both the Pressed and Released events fire at the same time. Then when I lift my finger off the screen, the Released event fires again (as expected).

257670-screen-shot-2018-10-25-at-224321.png

When I run this project, I can see both the Pressing and Released being printed on the screen as I touch the screen.