Pārlūkot izejas kodu

authentication:passcodemanager: Stricter variable declaration.

ardevd 7 gadi atpakaļ
vecāks
revīzija
b8cde0fa86

+ 1 - 1
src/main/java/com/owncloud/android/authentication/PassCodeManager.java

@@ -50,7 +50,7 @@ public class PassCodeManager {
     private static final int PASS_CODE_TIMEOUT = 1000;
         // keeping a "low" positive value is the easiest way to prevent the pass code is requested on rotations
 
-    static PassCodeManager mPassCodeManagerInstance = null;
+    private static PassCodeManager mPassCodeManagerInstance = null;
 
     private Long mTimestamp = 0l;
     private int mVisibleActivitiesCounter = 0;