mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-05 08:35:10 +00:00
Lint fixes
This commit is contained in:
@@ -233,7 +233,7 @@ public class BackgroundService extends Service {
|
||||
SharedPreferences.Editor edit = settings.edit();
|
||||
edit.putString("publicKey",Base64.encodeToString(publicKey, 0).trim()+"\n");
|
||||
edit.putString("privateKey",Base64.encodeToString(privateKey, 0));
|
||||
edit.commit();
|
||||
edit.apply();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user