Skip to content

Instantly share code, notes, and snippets.

@BenHenning
Created September 5, 2019 06:41
Show Gist options
  • Save BenHenning/2c4c765ce2641373870234c42e676809 to your computer and use it in GitHub Desktop.
Save BenHenning/2c4c765ce2641373870234c42e676809 to your computer and use it in GitHub Desktop.
@FragmentScope
class UserAppHistoryViewModel @Inject constructor(
private val userAppHistoryController: UserAppHistoryController,
private val logger: Logger
): ViewModel() {
...
@veena14cs
Copy link

It worked. Thanks for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment