willowtreeapps / vocable-android

Vocable for Android
https://vocable.app
MIT License
115 stars 18 forks source link

Toast Notifications No Longer Match Designs #383

Open rhsalas3 opened 2 years ago

rhsalas3 commented 2 years ago

Description:

We use the Toast popup to display "Changes Saved" type messages during our add/edit flows. Since automatically returning the user to the previous screen after saving a phrase or category from the add/edit keyboard the toast no longer appears. Instead a small android notification bubble appears at the bottom of the screen.

It is possible that it is an Android issue and not something wrong with our source code.

Steps To Reproduce:

  1. Navigate to Settings > Categories and Phrases
  2. Tap the '+' button to bring up the keyboard
  3. Enter in the title of the new category and select the save button

Expected behavior The user is immediately returned to the categories list screen with a Toast popup matching the following: Toast_previousRelease

Actual Behavior A small Android default notification popup bubble appears at the bottom of the screen. Toast_currentRelease

Devices:

SashankPatel commented 1 year ago

I'll confirm with @willdenne, but I believed we had moved from doing a custom toast UI to using a native Android component...This may end up being a design note in Figma.