mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
saveClient --> public method
This commit is contained in:
parent
b5ff057e95
commit
dd0831b9fd
@ -100,7 +100,7 @@ public class OwnCloudClientMap {
|
|||||||
mClients.clear();
|
mClients.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static synchronized void saveClient(Account account, Context context) {
|
public static synchronized void saveClient(Account account, Context context) {
|
||||||
|
|
||||||
// Account Manager
|
// Account Manager
|
||||||
AccountManager ac = AccountManager.get(context.getApplicationContext());
|
AccountManager ac = AccountManager.get(context.getApplicationContext());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user