Skip to content

Commit

Permalink
Fix #3453 & #3454: Optimise UI pin related screens - pin_password_act…
Browse files Browse the repository at this point in the history
…ivity, admin_auth_activity, admin_pin_activity (#4355)

* Fixed UI for mobile view

* Optimised pin-password-activity.xml

* admin_pin_activity.xml + nits

* admin_auth_activity optimised

* Nit fixes

* Nit fixes
  • Loading branch information
rt4914 authored May 12, 2022
1 parent 516241b commit 6c08d88
Show file tree
Hide file tree
Showing 14 changed files with 384 additions and 1,069 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PinPasswordActivityPresenter @Inject constructor(
viewModel = pinViewModel
}

binding.pinPassordToolbar.setNavigationOnClickListener {
binding.pinPasswordToolbar.setNavigationOnClickListener {
(activity as PinPasswordActivity).finish()
}

Expand Down
138 changes: 0 additions & 138 deletions app/src/main/res/layout-land/admin_auth_activity.xml

This file was deleted.

126 changes: 0 additions & 126 deletions app/src/main/res/layout-land/admin_pin_activity.xml

This file was deleted.

Loading

0 comments on commit 6c08d88

Please sign in to comment.