Rename flag IS_DOGFOOD to IS_STUDIO.
The flag is only set when building from Android Studio... and is never used for dogfood. Test: local Change-Id: I898d585f4558c2437f0152ef102bea59c351f80b
This commit is contained in:
@@ -629,7 +629,7 @@ public class Folder extends AbstractFloatingView implements ClipPathView, DragSo
|
||||
dragLayer.addView(this);
|
||||
mDragController.addDropTarget(this);
|
||||
} else {
|
||||
if (FeatureFlags.IS_DOGFOOD_BUILD) {
|
||||
if (FeatureFlags.IS_STUDIO_BUILD) {
|
||||
Log.e(TAG, "Opening folder (" + this + ") which already has a parent:"
|
||||
+ getParent());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user