File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/shortcut/src/main/java/com/dede/android_eggs/views/main/util
feature/cat-editor/src/main/java/com/dede/android_eggs/cat_editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ object EasterEggShortcutsHelp {
87
87
val clazz = requireNotNull(egg.actionClass) {
88
88
" EasterEgg unsupported shortcut, provide class == null!"
89
89
}
90
- val label = context.getString(egg.nicknameRes )
90
+ val label = context.getString(egg.nameRes )
91
91
92
92
val icon = if (isPinShortcut && Build .VERSION .SDK_INT < Build .VERSION_CODES .O ) {
93
93
val bitmap = AlterableAdaptiveIconDrawable (context, egg.iconRes)
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ private fun BottomOptionsBar(
427
427
private fun MoreOptionsPopup (
428
428
modifier : Modifier = Modifier ,
429
429
visible : Boolean ,
430
- content : @Composable() ( RowScope .() -> Unit )
430
+ content : @Composable RowScope .() -> Unit
431
431
) {
432
432
AnimatedVisibility (
433
433
visible = visible,
You can’t perform that action at this time.
0 commit comments