Added open on phone button on Android Wear, bug fixes

This commit is contained in:
DrKLO 2014-10-06 01:23:57 +04:00
parent 4baa0f66a0
commit 28270a87d1
26 changed files with 182 additions and 88 deletions

View file

@ -28,7 +28,7 @@ public class UserConfig {
public static String contactsHash = "";
public static String importHash = "";
public static boolean blockedUsersLoaded = false;
private final static Integer sync = 1;
private final static Object sync = new Object();
public static boolean saveIncomingPhotos = false;
public static int contactsVersion = 1;