refactor: Actually use AppBarAction

This commit is contained in:
Ahmad Ansori Palembani 2024-06-01 09:01:37 +07:00
parent ab180b66dc
commit 66c2e6f244
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -24,6 +24,7 @@ interface ComposableSettings {
SettingsScaffold(
title = stringResource(getTitleRes()),
itemsProvider = { getPreferences() },
appBarActions = { AppBarAction() },
)
}
}