Skip to content

Commit

Permalink
removed fingerprint image
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed Nov 1, 2024
1 parent 4540462 commit c87e10c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public class LoginActivity extends BRActivity {
private TextView ltcPriceTextView;
private TextView ltcPriceDescTextView;

private ImageButton fingerPrint;
public static boolean appVisible = false;
private boolean inputAllowed = true;

Expand All @@ -97,7 +96,6 @@ protected void onCreate(Bundle savedInstanceState) {

keyboard = findViewById(R.id.brkeyboard);
pinLayout = findViewById(R.id.pinLayout);
fingerPrint = findViewById(R.id.fingerprint_icon);
versionText = findViewById(R.id.version_text);

ltcPriceTextView = findViewById(R.id.ltcPriceTextView);
Expand Down
11 changes: 0 additions & 11 deletions app/src/main/res/layout/activity_pin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@
app:layout_constraintLeft_toLeftOf="@+id/unlocked_image"
app:layout_constraintRight_toRightOf="@+id/unlocked_image" />

<ImageButton
android:id="@+id/fingerprint_icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="15dp"
android:layout_marginBottom="16dp"
android:background="@android:color/transparent"
android:src="@drawable/fingerprint_icon"
app:layout_constraintBottom_toTopOf="@+id/brkeyboard"
app:layout_constraintRight_toRightOf="parent" />

<TextView
android:id="@+id/forgot_seed_phrase_or_pin_text"
style="@style/BRTextStyle"
Expand Down

0 comments on commit c87e10c

Please sign in to comment.