mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Updating feature flags subclassing
> Preventing debug flags to get change listener on release device Bug: 147913781 Change-Id: I2bd0456918c5d3224c714b153c4565b1ef41d7c0
This commit is contained in:
@@ -41,7 +41,7 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class FolderNameProvider {
|
||||
|
||||
private static final String TAG = FeatureFlags.FOLDER_NAME_SUGGEST.getKey();
|
||||
private static final String TAG = "FolderNameProvider";
|
||||
private static final boolean DEBUG = FeatureFlags.FOLDER_NAME_SUGGEST.get();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user