aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-06-04 19:06:50 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-06-04 19:06:50 +0200
commite631e4ffb4d20d7ac605549d0b40c504e086ad3d (patch)
tree77288888563161610d76e55be09103482536b5f8 /main/src/cgeo/geocaching
parentac2a426ea3fc3e7d29f8f4a743ea8143c6e15280 (diff)
downloadcgeo-e631e4ffb4d20d7ac605549d0b40c504e086ad3d.zip
cgeo-e631e4ffb4d20d7ac605549d0b40c504e086ad3d.tar.gz
cgeo-e631e4ffb4d20d7ac605549d0b40c504e086ad3d.tar.bz2
fix #3946: show existing gcvote when opening log activity
Diffstat (limited to 'main/src/cgeo/geocaching')
-rw-r--r--main/src/cgeo/geocaching/LogCacheActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/LogCacheActivity.java b/main/src/cgeo/geocaching/LogCacheActivity.java
index 1f77113..25906de 100644
--- a/main/src/cgeo/geocaching/LogCacheActivity.java
+++ b/main/src/cgeo/geocaching/LogCacheActivity.java
@@ -304,6 +304,7 @@ public class LogCacheActivity extends AbstractLoggingActivity implements DateDia
label.setText(GCVote.getDescription(rating));
}
});
+ ratingBar.setRating(cache.getMyVote());
}
private void setDefaultValues() {