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:
hailin 2026-01-02 03:06:32 -08:00
parent 9b9612bd5f
commit 9f33e375d0
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ fun TransferScreen(
} }
} }
@OptIn(ExperimentalMaterial3Api::class)
@Composable @Composable
private fun TransferInputScreen( private fun TransferInputScreen(
wallet: ShareRecord, wallet: ShareRecord,