Skip to content

Commit

Permalink
Merge branch 'dev' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Feb 11, 2015
2 parents 080b3df + ade40db commit 3862198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MyMartlet/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ca.appvelopers.mcgillmobile"
android:versionCode="11"
android:versionCode="12"
android:versionName="2.0" >

<uses-sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,8 @@ public boolean onMarkerClick(Marker marker) {
if (mPlaceMarker != null) {
mPlaceMarker.mMarker.setIcon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_RED));
}
//If it was null, we need to pull up the info container
else {
mInfoContainer.setVisibility(View.VISIBLE);
}
//Pull up the info container
mInfoContainer.setVisibility(View.VISIBLE);

//Find the concerned place
mPlaceMarker = findPlace(marker);
Expand Down

0 comments on commit 3862198

Please sign in to comment.