aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java')
-rw-r--r--src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java b/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java
index c68f20e..45b465b 100644
--- a/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java
+++ b/src/cgeo/geocaching/compatibility/AndroidLevel8Internal.java
@@ -5,11 +5,11 @@ import android.view.Display;
class AndroidLevel8Internal {
- public AndroidLevel8Internal() {
- }
+ public AndroidLevel8Internal() {
+ }
- public static int getRotation(final Activity activity) {
- Display display = activity.getWindowManager().getDefaultDisplay();
- return display.getRotation();
- }
+ public static int getRotation(final Activity activity) {
+ Display display = activity.getWindowManager().getDefaultDisplay();
+ return display.getRotation();
+ }
}