refactor(ui): redesign key vision

This commit is contained in:
Ash 2024-01-21 15:29:56 +08:00
parent af9fe67fb8
commit c45b867607

View File

@ -58,7 +58,7 @@ fun FeedsPage(
) {
var accountTabVisible by remember { mutableStateOf(false) }
val scope = rememberCoroutineScope()
// val scope = rememberCoroutineScope()
val context = LocalContext.current
val topBarTonalElevation = LocalFeedsTopBarTonalElevation.current
val groupListTonalElevation = LocalFeedsGroupListTonalElevation.current