aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-05-14 11:29:10 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-05-14 14:23:45 +0200
commitee935ecc9b640c7212332fd14aed956c86ec61e7 (patch)
tree1365c6893b4080d770eafc0a629e614c176657f9 /main/src/cgeo/geocaching/ui
parente6be12c8154895f039acbe2b74df17ef2294eae1 (diff)
downloadcgeo-ee935ecc9b640c7212332fd14aed956c86ec61e7.zip
cgeo-ee935ecc9b640c7212332fd14aed956c86ec61e7.tar.gz
cgeo-ee935ecc9b640c7212332fd14aed956c86ec61e7.tar.bz2
Minor cleanups
Diffstat (limited to 'main/src/cgeo/geocaching/ui')
-rw-r--r--main/src/cgeo/geocaching/ui/AbstractCachingListViewPageViewCreator.java1
-rw-r--r--main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/ui/AbstractCachingListViewPageViewCreator.java b/main/src/cgeo/geocaching/ui/AbstractCachingListViewPageViewCreator.java
index 799b695..06fa1fa 100644
--- a/main/src/cgeo/geocaching/ui/AbstractCachingListViewPageViewCreator.java
+++ b/main/src/cgeo/geocaching/ui/AbstractCachingListViewPageViewCreator.java
@@ -51,7 +51,6 @@ public abstract class AbstractCachingListViewPageViewCreator extends AbstractCac
int logViewPosition = state.getInt(STATE_POSITION);
int logViewPositionFromTop = state.getInt(STATE_POSITION_FROM_TOP);
view.setSelectionFromTop(logViewPosition, logViewPositionFromTop);
- return;
}
}
diff --git a/main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java b/main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java
index 0c67384..71cd3b4 100644
--- a/main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java
+++ b/main/src/cgeo/geocaching/ui/AbstractCachingPageViewCreator.java
@@ -52,6 +52,5 @@ public abstract class AbstractCachingPageViewCreator<ViewClass extends View> imp
*/
@Override
public void setViewState(@NonNull Bundle state) {
- return;
}
}