Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Back Button not working in IdentificationModal (#2764) #4467

Closed
wants to merge 15 commits into from

Conversation

Bavuett
Copy link

@Bavuett Bavuett commented Mar 19, 2023

Short description

Chiude #2764. Permette la chiusura dell'app su Android premendo il tasto indietro quando si è nella Schermata di Inserimento del PIN proprio come avviene nelle altre schermate.

How to test

Ho testato il comportamento del pulsante indietro nelle altre schermate ed è il medesimo.

Notes

Mi piacerebbe modificare il comportamento del pulsante "indietro" nelle altre schermate per fare in modo che venga richiesto il doppio tap per uscire (come proposto qui da @drsurfer). Non trovo, però, il codice dove viene gestita l'uscita nelle altre schermate (forse è un comportamento di default di React Native - che non ho mai utilizzato prima - o forse è la mia pigrizia domenicale che non ha aiutato). Mi piacerebbero le vostre opinioni rispetto a questa potenziale modifica e, eventualmente, degli indizi su cosa e dove modificare.

@Bavuett Bavuett requested a review from a team as a code owner March 19, 2023 11:19
@Bavuett Bavuett closed this Mar 19, 2023
@Bavuett Bavuett reopened this Mar 19, 2023
@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (3954bd8) 47.84% compared to head (89e5d48) 46.83%.
Report is 145 commits behind head on master.

❗ Current head 89e5d48 differs from pull request most recent head ec54a49. Consider uploading reports for the commit ec54a49 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4467      +/-   ##
==========================================
- Coverage   47.84%   46.83%   -1.01%     
==========================================
  Files        1530     1676     +146     
  Lines       31565    29234    -2331     
  Branches     7933     7364     -569     
==========================================
- Hits        15103    13693    -1410     
+ Misses      16406    15491     -915     
+ Partials       56       50       -6     
Files Coverage Δ
ts/screens/modal/IdentificationModal.tsx 23.64% <50.00%> (+0.11%) ⬆️

... and 1267 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3954bd8...ec54a49. Read the comment docs.

@VariabileAleatoria
Copy link

Ne approfitto per chiedere come mai la schermata di identificazione tramite pin è stata implementata come Modal invece di uno Screen di react-navigation? È una cosa che mi sono sempre chiesto

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2023

This pull request is stale because it has been open for 60 days with no activity. If the pull request is still valid, please update it within 14 days to keep it open or merge it, otherwise it will be closed automatically.

@github-actions github-actions bot added the stale label Jul 8, 2023
@dmnplb dmnplb removed the stale label Jul 10, 2023
@github-actions
Copy link
Contributor

This pull request is stale because it has been open for 60 days with no activity. If the pull request is still valid, please update it within 14 days to keep it open or merge it, otherwise it will be closed automatically.

@github-actions github-actions bot added the stale label Sep 15, 2023
@dmnplb dmnplb removed the stale label Sep 15, 2023
Copy link
Contributor

This pull request is stale because it has been open for 60 days with no activity. If the pull request is still valid, please update it within 14 days to keep it open or merge it, otherwise it will be closed automatically.

@github-actions github-actions bot added the stale label Dec 29, 2023
Copy link
Contributor

This pull request was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants