Moved Android sync code under enable_brave_sync flag.
fixes brave-browser#10535
This commit is contained in:
@@ -14,4 +14,10 @@ public class BraveConfig {
|
||||
#else
|
||||
public static final String DEVELOPER_OPTIONS_CODE = "";
|
||||
#endif
|
||||
|
||||
#if defined(BRAVE_ANDROID_SYNC_ENABLED)
|
||||
public static final boolean SYNC_ENABLED = BRAVE_ANDROID_SYNC_ENABLED;
|
||||
#else
|
||||
public static final boolean SYNC_ENABLED = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user