IzzDarki / Wallet

Android application to store passwords and cards
1 stars 2 forks source link

Appbar scroll problem on card activities #53

Open IzzDarki opened 1 year ago

IzzDarki commented 1 year ago

Scrolling content should chage App bar color When pressing buttons in card activities the app bar color is reset. It might have something to do with the card and how it listens to scroll events

IzzDarki commented 1 year ago

Removing the scroll listener in ScrollAnimiationImageView.java does not change anything

IzzDarki commented 1 year ago

Looks like it has something to do with the keyboard. When keyboard comes up and when it changes IME the problem occurs