Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tainfante committed Sep 4, 2019
1 parent 17e3b3e commit c83d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/example/rehabapp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class MainActivity : AppCompatActivity(), ComFragment.ComFragmentInterface, Conn

override fun onDevicePicked(macaddress: String, deviceName: String) {
this.macaddress=macaddress
Toast.makeText(this, "Selected: "+deviceName+" "+macaddress, Toast.LENGTH_LONG).show()
Toast.makeText(this, "Selected: $deviceName $macaddress", Toast.LENGTH_LONG).show()
isDevicePicked=true
}

Expand Down

0 comments on commit c83d59c

Please sign in to comment.