Skip to content

Commit

Permalink
Hide why
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceTower committed Aug 20, 2024
1 parent 56cc297 commit d0775cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class AccountOverviewFragment : UFragment() {
}

binding.btnCreatePasskey.isVisible = Build.VERSION.SDK_INT >= Build.VERSION_CODES.P
binding.btnWhy.isVisible = false
}

private fun onReasons() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
android:layout_marginTop="12dp"
android:text="@string/service_account_create_reasons"
android:textAllCaps="false"
app:goneIf="@{viewModel.user.email != null}"
app:layout_constraintTop_toBottomOf="@id/barrier_top_buttons"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
Expand Down

0 comments on commit d0775cb

Please sign in to comment.