Skip to content

Instantly share code, notes, and snippets.

@takahirom
Created October 17, 2021 08:09
Show Gist options
  • Save takahirom/63dc4e2ec2091c9166b62627dc7f3875 to your computer and use it in GitHub Desktop.
Save takahirom/63dc4e2ec2091c9166b62627dc7f3875 to your computer and use it in GitHub Desktop.
@Composable
public static final void Content(@Nullable Composer $composer, final int $changed) {
...
// ↓↓↓↓Register the function to be called again↓↓↓↓
if (var18 != null) {
var18.updateScope((Function2)(new Function2() {
public final void invoke(@Nullable Composer $composer, int $force) {
MainKt.Content($composer, $changed | 1);
}
}));
}
// ↑↑↑↑Register the function to be called again↑↑↑↑
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment