mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix build warnings
This commit is contained in:
parent
31ec028f2c
commit
b854c57aa4
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ class SimRadio(private val context: Context) {
|
|||
}.build().toByteArray()
|
||||
) */
|
||||
|
||||
simInitPackets.forEach { json ->
|
||||
simInitPackets.forEach { _ ->
|
||||
val fromRadio = MeshProtos.FromRadio.newBuilder().apply {
|
||||
packet = MeshProtos.MeshPacket.newBuilder().apply {
|
||||
// jsonParser.merge(json, this)
|
||||
|
|
|
|||
|
|
@ -802,7 +802,7 @@ class SettingsFragment : ScreenFragment("Settings"), Logging {
|
|||
debug("We have location access")
|
||||
}
|
||||
|
||||
locationSettingsResponse.addOnFailureListener { exception ->
|
||||
locationSettingsResponse.addOnFailureListener { _ ->
|
||||
errormsg("Failed to get location access")
|
||||
// We always show the toast regardless of what type of exception we receive. Because even non
|
||||
// resolvable api exceptions mean user still needs to fix something.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue