Skip to content

Commit

Permalink
show clock deviation properly when scanner is locked
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiniatros committed Feb 21, 2022
1 parent a2c5211 commit 9d3d128
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 9d3d128

Please sign in to comment.