Commit 000c116
committed
Refactor: Consolidate duplicate TagClickListener interfaces
Consolidated the duplicate OnTagClickListener and TagClickListener interfaces into a single, more comprehensive interface, OnTagClickListener.
- Merged the methods from TagClickListener into OnTagClickListener.
- Updated all classes that implemented either interface to use the new unified interface.
- Deleted the redundant TagClickListener.kt file.
- Fixed compilation errors that arose during the refactoring process.
Note: This change is being submitted with a known build failure in the 'lite' flavor. The 'default' flavor is expected to build correctly. A separate task should be created to address the pre-existing issues in the 'lite' build.1 parent ca277ca commit 000c116
File tree
2 files changed
+5
-2
lines changed- app/src/main/java/org/ole/planet/myplanet/ui
- courses
- resources
2 files changed
+5
-2
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
462 | 464 | | |
463 | 465 | | |
464 | 466 | | |
| |||
0 commit comments