ncapdevi / FragNav

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

PushFragment Language Not Changing #180

Closed meMuhammadkamal closed 5 years ago

meMuhammadkamal commented 6 years ago

I'm trying to push fragment using: mNavController.pushFragment(DetailsFragment.newInstance(), fragNavTransactionOptions);

but the language isn't changing it stays the default language which is english after pushing second time the language changes to the selected one.

mateherber commented 6 years ago

Hi @meMuhammadkamal,

I don't quite understand what is you problem. Can you give some more context here? What do you mean by language is not changing. Why would you want language to be changed, how do you trigger it. Why language selection is the concern of FragNav?

Can you please add details / code sample?

ncapdevi commented 5 years ago

@meMuhammadkamal please add details, if not, I'll assume this issue can be closed.

meMuhammadkamal commented 5 years ago

Sorry for late reply the problem was related to webview not the library.