You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/proguard-rules.pro
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,22 @@
18
18
19
19
# If you keep the line number information, uncomment this to
20
20
# hide the original source file name.
21
-
#-renamesourcefileattribute SourceFile
21
+
#-renamesourcefileattribute SourceFile
22
+
23
+
# Gemini
24
+
# java.lang.IllegalArgumentException: Cannot find class with name "com.perkedel.htlauncher. enumerations. PageViewStyle" . Ensure that the serialName for this argument is the default fully qualified name
Copy file name to clipboardExpand all lines: app/src/main/java/com/perkedel/htlauncher/enumerations/ActionInternalCommand.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,5 @@ enum class ActionInternalCommand(@StringRes val id:Int = 0, @StringRes val label
38
38
Aria(id =R.string.internal_commands_aria, label =R.string.internal_commands_aria_label, image =R.drawable.aria, icon =Icons.Default.Accessibility), // Read aloud label or aria field on click
39
39
GoToPage(id =R.string.internal_commands_GoToPage, label =R.string.internal_commands_GoToPage_label, image =R.drawable.go_to_page, icon =Icons.Default.Pages), // Go to page which in this homescreen
40
40
OpenAPage(id =R.string.internal_commands_OpenAPage, label =R.string.internal_commands_OpenAPage_label, image =R.drawable.open_a_page, icon =Icons.AutoMirrored.Default.MenuOpen), // Open a launcher page in a dialog
0 commit comments