Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Uncomment toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0tonic committed Jun 5, 2020
1 parent 7a78bb6 commit 761d6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/ch/epfl/sdp/ui/maps/MapActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class MapActivity : MapViewBaseActivity(), OnMapReadyCallback, MapboxMap.OnMapLo

private var droneConnectionStatusObserver = Observer<Boolean> {
if (!it) {
// Toast.makeText(this, getString(R.string.not_connected_message), Toast.LENGTH_SHORT).show()
Toast.makeText(this, getString(R.string.not_connected_message), Toast.LENGTH_SHORT).show()
}
startOrPauseButton.isEnabled = it
returnHomeOrUserButton.isEnabled = it
Expand Down

0 comments on commit 761d6d4

Please sign in to comment.