mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix various lint warnings
This commit is contained in:
parent
09fb7f220d
commit
4a90bb2fc0
27 changed files with 89 additions and 89 deletions
|
|
@ -413,7 +413,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
// pager.offscreenPageLimit = 0 // Don't keep any offscreen pages around, because we want to make sure our bluetooth scanning stops
|
||||
TabLayoutMediator(binding.tabLayout, binding.pager) { tab, position ->
|
||||
// tab.text = tabInfos[position].text // I think it looks better with icons only
|
||||
tab.icon = getDrawable(tabInfos[position].icon)
|
||||
tab.icon = ContextCompat.getDrawable(this, tabInfos[position].icon)
|
||||
}.attach()
|
||||
|
||||
model.isConnected.observe(this, Observer { connected ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue