diff --git a/app/src/main/java/protect/card_locker/LoyaltyCardCursorAdapter.java b/app/src/main/java/protect/card_locker/LoyaltyCardCursorAdapter.java index 617e9a134..f3b0f3f7d 100644 --- a/app/src/main/java/protect/card_locker/LoyaltyCardCursorAdapter.java +++ b/app/src/main/java/protect/card_locker/LoyaltyCardCursorAdapter.java @@ -21,12 +21,11 @@ import java.util.ArrayList; import androidx.cardview.widget.CardView; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.recyclerview.widget.RecyclerView; +import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import protect.card_locker.preferences.Settings; public class LoyaltyCardCursorAdapter extends BaseCursorAdapter { - Settings settings; - private static int mCurrentSelectedIndex = -1; private Cursor mCursor; Settings mSettings; @@ -204,6 +203,7 @@ public class LoyaltyCardCursorAdapter extends BaseCursorAdapter