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

Toolbar is added to a views with QR code scan #4871

Merged
merged 2 commits into from
Jan 6, 2022

Conversation

fedrunov
Copy link
Contributor

@fedrunov fedrunov commented Jan 6, 2022

Toolbar is added to screens with QR code scanner.

CreateDirectRoomByQrCodeFragment ScanUserCodeFragment QrCodeScannerFragment
photo_2022-01-06_17-14-41 photo_2022-01-06_17-15-07 photo_2022-01-06_17-15-11

fixes #4644

@fedrunov fedrunov requested a review from bmarty January 6, 2022 16:20
@github-actions
Copy link

github-actions bot commented Jan 6, 2022

Unit Test Results

  66 files  ±0    66 suites  ±0   52s ⏱️ ±0s
135 tests ±0  135 ✔️ ±0  0 💤 ±0  0 ±0 
418 runs  ±0  418 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit f35ffb0. ± Comparison against base commit b40324a.

♻️ This comment has been updated with latest results.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good first PR, thanks!
As discussed we should probably merge those 3 fragments and 2 layouts into a single implementation since they are really close and it will avoid code duplication.
Also if we want to improve this screen in the future (see this TODO) we will have to do it only at one place.
I will create an issue to track that work.

@bmarty bmarty merged commit b852b9d into develop Jan 6, 2022
@bmarty bmarty deleted the feature/nfe/qr_scanner_toolbar branch January 6, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot exit scan QR code without scanning a QR code
2 participants