Skip to content

Commit

Permalink
Merge pull request #1125 from minvws/clockdeviation-view-issue
Browse files Browse the repository at this point in the history
show clock deviation properly when scanner is locked
  • Loading branch information
BartNijland91 authored Feb 21, 2022
2 parents a2c5211 + 9d3d128 commit d6559f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ class ScanQrFragment : Fragment(R.layout.fragment_scan_qr) {
)
binding.bottom.lock()

showDeviationViewIfNeeded()

binding.lockedAnimation.visibility = if (!androidUtil.isSmallScreen()) VISIBLE else GONE
binding.lockedAnimation.setAnimation(
when (selectionState) {
Expand Down

0 comments on commit d6559f3

Please sign in to comment.