Fix incorrect focus position when setting the language

After selecting the language in the radio button, the ui will be refreshed.
When onResume is called, the language list data is not prepared yet, so
focus is on the first row. This patch refresh focus position after
createPreferences if onResume is called already.

Bug: b/361213178

Test: All settings > System > Language, select languages in the radio button
Change-Id: I6ed99904047395e492aca789860a1004e0d3e13e
1 file changed