Commit a85cbdb
committed
fix: update app rename condition to compare against prefs alias
Use prefs.getAppAlias() instead of appModel.activityLabel for accurate rename detection, ensuring the rename logic checks the current alias value rather than the original label. This prevents incorrect rename triggers when the displayed label differs from the stored alias.1 parent 2a07a13 commit a85cbdb
File tree
1 file changed
+1
-1
lines changed- app/src/main/java/com/github/codeworkscreativehub/mlauncher/ui/adapter
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments