diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-02-27 22:09:22 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-02-27 22:09:22 +0100 |
| commit | df0e1c547c4984459b3cc11ea3afb20c17d95e55 (patch) | |
| tree | 8c7f603affd03575aab5685e69deb24583c4ae61 | |
| parent | 8fbdb10b77724243a33a781a7c021416ed898727 (diff) | |
| download | cgeo-df0e1c547c4984459b3cc11ea3afb20c17d95e55.zip cgeo-df0e1c547c4984459b3cc11ea3afb20c17d95e55.tar.gz cgeo-df0e1c547c4984459b3cc11ea3afb20c17d95e55.tar.bz2 | |
fix #3566: log password box missing when changing logtype
| -rw-r--r-- | main/src/cgeo/geocaching/LogCacheActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/LogCacheActivity.java b/main/src/cgeo/geocaching/LogCacheActivity.java index f17a008..301de01 100644 --- a/main/src/cgeo/geocaching/LogCacheActivity.java +++ b/main/src/cgeo/geocaching/LogCacheActivity.java @@ -477,6 +477,7 @@ public class LogCacheActivity extends AbstractLoggingActivity implements DateDia } updateTweetBox(type); + updateLogPasswordBox(type); updatePostButtonText(); } |
