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
}
5->{
activity?.baseContext?.let { it1 ->
presenter.setLocaleWithRegion("pt", "BR",
it1
)
presenter.setLocaleWithRegion("pt", "BR", it1)
}
activity?.recreate()
}
6->{
activity?.baseContext?.let { it1 ->
presenter.setLocaleWithRegion("pt", "PT",
it1
)
presenter.setLocaleWithRegion("pt", "PT", it1)
}
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