Closed TemMax closed 5 years ago
@TemMax Thx! Do you come up with good interface or plugin idea to support conductor?
Seems it has getActivity so that you can integrate easily.
Reopen if needed~
@hotchemi hi, can you provide any information about integration your library and Conductor, please? Because I have added @RuntimePermissions into a Controller class and gotten error:
Class 'com.modelsample.main.test.TestController' can't be annotated with '@RuntimePermissions'
I think that your library can't generation some classes for handle permissions with Conductor :(
Thanks
@Sar777 I thought you should annotate activity and call method in activity as usual. Isn't it possible? 👀 If not we have to customize the library 🤔
it isn't good idea for Single Activity apps :( thanks for your answer
@Sar777 We're kind of positive for supporting but do you come up with a good idea?
Hello, I've added support of conductor. https://github.com/Sar777/PermissionsDispatcher/tree/feature/conductor
Oh, can you send us pull request? I'd like to take a look.
@TemMax @Sar777 what do you think about https://github.com/permissions-dispatcher/PermissionsDispatcher/pull/574
PR is done
Conductor is a popular library that used as a replacing of fragments. Support for it will be so useful thing.