willowtreeapps / willowtreeapps/vocable-android

Toast Notifications No Longer Match Designs

Open
#383 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Kotlin
Stars
127
Forks
21
Avg merge
16m
Merged PRs (30d)
4

Description

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:

  • Pixel 5 phone and Nexus 10 tablet (both emulated)
  • Android 12 (both)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the save flow from Settings > Categories and Phrases on the listed Android 12 emulators, covering both category and phrase add/edit paths. Compare the current notification bubble with the provided previous-release Toast design; done means saving immediately returns to the list and displays the matching Toast.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.