ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 220 forks source link

Marking the FragNavController open #193

Closed nikhil-thakkar closed 5 years ago

nikhil-thakkar commented 5 years ago

I want to do some customisation on top of the current implementation. Can you please mark the FragNavController class as open?

erawhctim commented 5 years ago

@nikhil-thakkar Sounds like you're better off just pulling in the library source as a gradle module and modifying it yourself

nikhil-thakkar commented 5 years ago

I changed my implementation in my code base for now. Seems to be working fine.