From 535e698e6201d49bd9dcbe0db48dc8a1a996534d Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Wed, 27 Nov 2024 00:48:06 +0700 Subject: [PATCH] fix app shortcuts --- app/src/beta/res/xml/shortcuts.xml | 50 +++++++++++++++++++ app/src/main/res/xml/shortcuts.xml | 8 +-- .../BaselineProfileGenerator.kt | 2 +- 3 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 app/src/beta/res/xml/shortcuts.xml diff --git a/app/src/beta/res/xml/shortcuts.xml b/app/src/beta/res/xml/shortcuts.xml new file mode 100644 index 0000000000..c1de3f041e --- /dev/null +++ b/app/src/beta/res/xml/shortcuts.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index 78cc10c6fb..6692bedc88 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -8,7 +8,7 @@ android:shortcutShortLabel="@string/label_library"> diff --git a/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt b/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt index 9c9bd1bc21..4d069883f8 100644 --- a/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt +++ b/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt @@ -12,7 +12,7 @@ class BaselineProfileGenerator { @Test fun generate() = baselineProfileRule.collect( - packageName = "eu.kanade.tachiyomi.sy.benchmark", + packageName = "app.komikku.benchmark", profileBlock = { pressHome() startActivityAndWait()