fix(android): add @OptIn annotation for experimental FilterChip API
Add @OptIn(ExperimentalMaterial3Api::class) to TransferInputScreen composable to fix compilation error for FilterChip and FilterChipDefaults. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9b9612bd5f
commit
9f33e375d0
|
|
@ -235,6 +235,7 @@ fun TransferScreen(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@OptIn(ExperimentalMaterial3Api::class)
|
||||||
@Composable
|
@Composable
|
||||||
private fun TransferInputScreen(
|
private fun TransferInputScreen(
|
||||||
wallet: ShareRecord,
|
wallet: ShareRecord,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue