Renaming Yip -> Yipanic
This commit is contained in:
parent
fea1fbbad5
commit
9df093c14c
Binary file not shown.
@ -62,9 +62,9 @@ public class PasscodeActivity<RequestQueue, StringRequest> extends AppCompatActi
|
|||||||
this.passcode = sharedPreferences.getString("passcode", null);
|
this.passcode = sharedPreferences.getString("passcode", null);
|
||||||
} catch (IOException | GeneralSecurityException e) {
|
} catch (IOException | GeneralSecurityException e) {
|
||||||
if (e.getMessage() != null)
|
if (e.getMessage() != null)
|
||||||
Log.e("Yip", e.getMessage());
|
Log.e("Yipanic", e.getMessage());
|
||||||
else
|
else
|
||||||
Log.e("Yip", "[ No exception message ]");
|
Log.e("Yipanic", "[ No exception message ]");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.passcode == null) {
|
if (this.passcode == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user