Skip to content

Commit

Permalink
fixed shortcut bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZhangKe committed Jun 12, 2022
1 parent f9d9428 commit b5c5bf5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ object AppShortcutManager {

init {
ApplicationScope.launch {
ShortcutManagerCompat.removeAllDynamicShortcuts(appContext)
val pageList = withContext(Dispatchers.IO) {
NotionPageConfigRepo.getPageConfigList()
.firstOrNull()
Expand Down

0 comments on commit b5c5bf5

Please sign in to comment.