Fucking idiot Nova here breaking shit

This commit is contained in:
NovaFox161
2018-06-17 15:51:50 -05:00
parent 4b3dcfcd38
commit bf34164da4

View File

@@ -181,6 +181,7 @@ public class Authorization {
AESEncryption encryption = new AESEncryption(gs);
gs.setEncryptedAccessToken(encryption.encrypt(aprg.access_token));
gs.setEncryptedRefreshToken(encryption.encrypt(aprg.refresh_token));
gs.setUseExternalCalendar(true);
DatabaseManager.getManager().updateSettings(gs);
try {