[PR #11] [MERGED] Reducing complexity & duplication #33

Closed
opened 2025-12-30 01:29:43 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture/pull/11
Author: @melihaksoy
Created: 7/3/2019
Status: Merged
Merged: 7/3/2019
Merged by: @melihaksoy

Base: masterHead: fix/issue-9


📝 Commits (1)

  • c7cd1d1 Reducing complexity & duplication

📊 Changes

4 files changed (+56 additions, -50 deletions)

View changed files

📝 core/src/main/kotlin/com/melih/core/base/lifecycle/BaseFragment.kt (+14 -0)
core/src/main/kotlin/com/melih/core/extensions/UtilityExtension.kt (+3 -0)
📝 features/detail/src/main/kotlin/com/melih/detail/ui/DetailFragment.kt (+2 -7)
📝 features/list/src/main/kotlin/com/melih/list/ui/LaunchesFragment.kt (+37 -43)

📄 Description

Should fix #9 & fix #10


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture/pull/11 **Author:** [@melihaksoy](https://github.com/melihaksoy) **Created:** 7/3/2019 **Status:** ✅ Merged **Merged:** 7/3/2019 **Merged by:** [@melihaksoy](https://github.com/melihaksoy) **Base:** `master` ← **Head:** `fix/issue-9` --- ### 📝 Commits (1) - [`c7cd1d1`](https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture/commit/c7cd1d1e59bbeccec3212683fa3aa1f0a530707c) Reducing complexity & duplication ### 📊 Changes **4 files changed** (+56 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `core/src/main/kotlin/com/melih/core/base/lifecycle/BaseFragment.kt` (+14 -0) ➕ `core/src/main/kotlin/com/melih/core/extensions/UtilityExtension.kt` (+3 -0) 📝 `features/detail/src/main/kotlin/com/melih/detail/ui/DetailFragment.kt` (+2 -7) 📝 `features/list/src/main/kotlin/com/melih/list/ui/LaunchesFragment.kt` (+37 -43) </details> ### 📄 Description Should fix #9 & fix #10 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:29:43 +01:00
adam closed this issue 2025-12-30 01:29:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Android-Kotlin-Modulerized-CleanArchitecture#33