Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable / remove getSupportLoaderManager() dependency ? #16

Closed
amallo opened this issue Nov 28, 2016 · 2 comments
Closed

Disable / remove getSupportLoaderManager() dependency ? #16

amallo opened this issue Nov 28, 2016 · 2 comments
Assignees

Comments

@amallo
Copy link

amallo commented Nov 28, 2016

Hi, your library looks amazing !

Is it possible to get rid of getSupportLoaderManager() dependency ? I need to extend an android.appActivity (third party library) and EasyMVP generates code that refer to the getSupportLoaderManager() method which cannot be resolved.

private LoaderManager getLoaderManager(GVRMainActivity view) {
   return view.getSupportLoaderManager(); // Symbol not found
}
@amallo amallo changed the title getSupportLoaderManager() dependency Disable / remove getSupportLoaderManager() dependency ? Nov 28, 2016
@SaeedMasoumi SaeedMasoumi self-assigned this Nov 28, 2016
@SaeedMasoumi SaeedMasoumi removed the bug label Nov 28, 2016
@amallo
Copy link
Author

amallo commented Nov 28, 2016

Thanks x 1000 !!

@SaeedMasoumi
Copy link

@amallo The new version will be uploaded soon(1.0.4),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants