delete linked contacts on turning off contact sync

This commit is contained in:
Adithya Abraham Philip
2016-02-06 02:14:32 +05:30
parent cbf6f15d91
commit d2cf56f42e
5 changed files with 36 additions and 8 deletions

View File

@@ -118,8 +118,8 @@ public class KeychainApplication extends Application {
}
/**
* @return the OpenKeychain contact/sync account if it exists or was successfully created, null
* otherwise
* @return the OpenKeychain contact/keyserver sync account if it exists or was successfully
* created, null otherwise
*/
public static @Nullable Account createAccountIfNecessary(Context context) {
try {