Change app share icons
This commit is contained in:
parent
841c523456
commit
91e68cd8d3
@ -238,14 +238,14 @@ fun AppItem(
|
|||||||
children = listOf(
|
children = listOf(
|
||||||
DefaultToolbarAction(
|
DefaultToolbarAction(
|
||||||
label = stringResource(R.string.menu_share_store_link, storeDetails.label),
|
label = stringResource(R.string.menu_share_store_link, storeDetails.label),
|
||||||
icon = Icons.Rounded.Share,
|
icon = Icons.Rounded.Link,
|
||||||
action = {
|
action = {
|
||||||
viewModel.shareStoreLink(context, storeDetails.url)
|
viewModel.shareStoreLink(context, storeDetails.url)
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
DefaultToolbarAction(
|
DefaultToolbarAction(
|
||||||
label = stringResource(R.string.menu_share_apk_file),
|
label = stringResource(R.string.menu_share_apk_file),
|
||||||
icon = Icons.Rounded.Share
|
icon = Icons.Rounded.Android
|
||||||
) {
|
) {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
viewModel.shareApkFile(context)
|
viewModel.shareApkFile(context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user