Created
December 13, 2019 16:25
-
-
Save user-mw/86c269dbca7c3de7bc2c81ac49e33716 to your computer and use it in GitHub Desktop.
FragmentManagerImpl getViewModelStore()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class FragmentManagerImpl { | |
| // Code | |
| ViewModelStore getViewModelStore(@NonNull Fragment f) { | |
| return mNonConfig.getViewModelStore(f); | |
| } | |
| // Code | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment