Commit 4bec702a authored by Govind Dixit's avatar Govind Dixit

add requested changes

parent 201e5368
...@@ -174,17 +174,13 @@ class SettingsFragment : Fragment(), SettingsView, AdapterView.OnItemClickListen ...@@ -174,17 +174,13 @@ class SettingsFragment : Fragment(), SettingsView, AdapterView.OnItemClickListen
} }
5->{ 5->{
activity?.baseContext?.let { it1 -> activity?.baseContext?.let { it1 ->
presenter.setLocaleWithRegion("pt", "BR", presenter.setLocaleWithRegion("pt", "BR", it1)
it1
)
} }
activity?.recreate() activity?.recreate()
} }
6->{ 6->{
activity?.baseContext?.let { it1 -> activity?.baseContext?.let { it1 ->
presenter.setLocaleWithRegion("pt", "PT", presenter.setLocaleWithRegion("pt", "PT", it1)
it1
)
} }
activity?.recreate() activity?.recreate()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment