Skip to content

Commit

Permalink
made hideBalloon() protected to allow implementing classes to remove …
Browse files Browse the repository at this point in the history
…balloons
  • Loading branch information
jgilfelt committed Mar 6, 2011
1 parent ed9af85 commit c2169e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-mapviewballoons-example/.project
Expand Up @@ -34,7 +34,7 @@
<link>
<name>android-mapviewballoons_src</name>
<type>2</type>
<locationURI>_android_android_mapviewballoons/src</locationURI>
<locationURI>_android_android_mapviewballoons_9ae9cbc7/src</locationURI>
</link>
</linkedResources>
</projectDescription>
Expand Up @@ -138,7 +138,7 @@ protected final boolean onTap(int index) {
/**
* Sets the visibility of this overlay's balloon view to GONE.
*/
private void hideBalloon() {
protected void hideBalloon() {
if (balloonView != null) {
balloonView.setVisibility(View.GONE);
}
Expand Down

0 comments on commit c2169e1

Please sign in to comment.