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: lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/modal/NotificationModalPresenter.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,6 @@ class NotificationModalPresenter(
53
53
fun interfaceNotificationBuilderFactory {
54
54
/**
55
55
* Returns a fully configured [NotificationCompat.Builder].
Copy file name to clipboardExpand all lines: lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/widget/recyclerview/ItemDiffer.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ interface ItemDiffer<T> {
29
29
*
30
30
* @param oldItem The item from the previous list.
31
31
* @param newItem The item from the new list.
32
-
* @return `true` if both items represent the same entity.
33
32
*/
34
33
funareItemsTheSame(oldItem:T, newItem:T): Boolean
35
34
@@ -39,7 +38,6 @@ interface ItemDiffer<T> {
39
38
*
40
39
* @param oldItem The item from the previous list.
41
40
* @param newItem The item from the new list.
42
-
* @return `true` if the visible contents are identical.
Copy file name to clipboardExpand all lines: lib-kmm-foundation/src/androidMain/kotlin/com/hadisatrio/libs/android/foundation/widget/recyclerview/ViewFactory.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ fun interface ViewFactory {
29
29
*
30
30
* @param parent The [ViewGroup] that will contain the new view.
31
31
* @param viewType Integer discriminator used to select the view type.
0 commit comments