mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-27 20:10:16 +02:00
5.89b
-Mega session cache
This commit is contained in:
parent
cca356ed04
commit
6a9f2b3524
@ -1155,7 +1155,9 @@ public final class MiscTools {
|
||||
|
||||
boolean error_2FA = false;
|
||||
|
||||
if (ma.check2FA(email)) {
|
||||
HashMap<String, Object> old_session_data = DBTools.selectMegaSession(email);
|
||||
|
||||
if (old_session_data != null && ma.check2FA(email)) {
|
||||
|
||||
Get2FACode dialog = new Get2FACode((Frame) container.getParent(), true, email, main_panel);
|
||||
|
||||
@ -1173,8 +1175,6 @@ public final class MiscTools {
|
||||
if (!error_2FA) {
|
||||
try {
|
||||
|
||||
HashMap<String, Object> old_session_data = DBTools.selectMegaSession(email);
|
||||
|
||||
boolean unserialization_error = false;
|
||||
|
||||
if (old_session_data != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user