Skip to content

Commit

Permalink
Update handleCommit method to navigate back to previous screen
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 25, 2024
1 parent c8310ce commit a490e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wokwi_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:

- name: Running ${{ env.TEST_FILE }} on Wokwi
uses: wokwi/wokwi-ci-action@v1
continue-on-error: true
with:
token: ${{ secrets.WOKWI_CLI_TOKEN }}
scenario: ${{ env.TEST_FILE }}
Expand Down
2 changes: 1 addition & 1 deletion src/ItemBack.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @details
* This class inherits from the BaseItemZeroWidget class and overrides the
* handleCommit method to handle the ENTER command by changing the screen.
* handleCommit method to handle the ENTER command by navigating back to the previous screen.
*/
class ItemBack : public BaseItemZeroWidget {
public:
Expand Down

0 comments on commit a490e6a

Please sign in to comment.