Skip to content

Commit

Permalink
removing +commented unwanted libs
Browse files Browse the repository at this point in the history
  • Loading branch information
AhlaamK-tap committed Aug 27, 2024
1 parent 5585f49 commit 3b5b044
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,18 @@ class SectionsTabLayout : AppCompatActivity(),
setupBrandDetection()


paymentInput.addTabLayoutSection(
TabSection(
TabSectionType.CARD,
getCardList()
),
TabSection(
TabSectionType.MOBILE,
getMobileList()
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
paymentInput.addTabLayoutSection(
TabSection(
TabSectionType.CARD,
getCardList()
),
TabSection(
TabSectionType.MOBILE,
getMobileList()
)
)
)
}
}

private fun setupBrandDetection() {
Expand Down

0 comments on commit 3b5b044

Please sign in to comment.