mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Fixed shortcut for epoch screen
This commit is contained in:
parent
2c1278e5a2
commit
0bf18951d6
@ -34,7 +34,7 @@ private const val epochRoute = "epoch_route"
|
|||||||
fun NavController.navigateToEpoch() {
|
fun NavController.navigateToEpoch() {
|
||||||
val shortcut = ShortcutInfoCompat
|
val shortcut = ShortcutInfoCompat
|
||||||
.Builder(context, epochRoute)
|
.Builder(context, epochRoute)
|
||||||
.setLongLabel(context.getString(R.string.epoch_converter))
|
.setShortLabel(context.getString(R.string.epoch_converter))
|
||||||
.setLongLabel(context.getString(R.string.epoch_converter))
|
.setLongLabel(context.getString(R.string.epoch_converter))
|
||||||
.setIntent(
|
.setIntent(
|
||||||
Intent(
|
Intent(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user