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
I was looking for a ReactiveBottomSheetDialogFragment that inherits from com.google.android.material.bottomsheet.BottomSheetDialogFragment (https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetDialogFragment) but it looks like there is just ReactiveDialogFragment which inherits androidx.fragment.app.DialogFragment. So, I tried to do my own by copy/pasting that implementation but it looks like a lot of methods are internal:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was looking for a
ReactiveBottomSheetDialogFragment
that inherits fromcom.google.android.material.bottomsheet.BottomSheetDialogFragment
(https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetDialogFragment) but it looks like there is justReactiveDialogFragment
which inheritsandroidx.fragment.app.DialogFragment
. So, I tried to do my own by copy/pasting that implementation but it looks like a lot of methods are internal:GetThrownExceptionsObservable
GetChangingObservable
GetChangedObservable
IReactiveObjectExtensions.SuppressChangeNotifications
Whats the recommended approach for this?
Beta Was this translation helpful? Give feedback.
All reactions