mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 08:07:40 +00:00
fix[android]: remove debug and testing settings
This commit is contained in:
parent
f4ee6e8862
commit
9aa8f59c8b
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ import java.util.List;
|
|||
public class CloudCatalogDownloadCallback implements ICloudDownloadCallback<Dataset, CloudCatalogDownloadReturns> {
|
||||
|
||||
private static final String TAG = "CloudCatalogDownloadCb";
|
||||
private static final boolean DEBUG_SIMULATE_UPDATES = true;
|
||||
private static final boolean DEBUG_SIMULATE_UPDATES = false;
|
||||
|
||||
private final Context context;
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public class ResourcesUpdateTool implements KeyboardEventHandler.OnKeyboardDownl
|
|||
* Force resource update.
|
||||
* Only for testing, should be false for merging
|
||||
*/
|
||||
public static final boolean FORCE_RESOURCE_UPDATE = true;
|
||||
public static final boolean FORCE_RESOURCE_UPDATE = false;
|
||||
|
||||
/**
|
||||
* Send update notifications.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue