mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Accessibility fix (#295)
This commit is contained in:
parent
02a018aef6
commit
534d65d63c
@ -123,10 +123,16 @@ class MainActivityX : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
TopBarAction(icon = Icons.Rounded.Sync) {
|
TopBarAction(
|
||||||
|
icon = Icons.Rounded.Sync,
|
||||||
|
description = stringResource(id = R.string.sync_repositories)
|
||||||
|
) {
|
||||||
syncConnection.binder?.sync(SyncService.SyncRequest.MANUAL)
|
syncConnection.binder?.sync(SyncService.SyncRequest.MANUAL)
|
||||||
}
|
}
|
||||||
TopBarAction(icon = Icons.Rounded.Settings) {
|
TopBarAction(
|
||||||
|
icon = Icons.Rounded.Settings,
|
||||||
|
description = stringResource(id = R.string.settings)
|
||||||
|
) {
|
||||||
navController.navigate(NavItem.Prefs.destination)
|
navController.navigate(NavItem.Prefs.destination)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user