Skip to content

Instantly share code, notes, and snippets.

@hongbeomi
Created September 10, 2022 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongbeomi/3f4ae7133439674d98d54f8a373a0a21 to your computer and use it in GitHub Desktop.
Save hongbeomi/3f4ae7133439674d98d54f8a373a0a21 to your computer and use it in GitHub Desktop.
public static final class Config {
public final boolean isolateViewTypes;
@NonNull
public final StableIdMode stableIdMode;
@NonNull
public static final Config DEFAULT = new Config(true, NO_STABLE_IDS);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment