Example #1
0
 public void SetConfig()
 {
     (Context as Activity)?.RunOnUiThread(() =>
     {
         Presenter.SetLocale();
         ThemesHelper.PerformTheme(Context, Themes.GetRegTheme());
     });
 }
 public void SetConfig()
 {
     InvokeOnMainThread(() =>
     {
         ThemeHelper.PerformTheme(Themes.GetRegTheme());
         FillView();
         HideShowKeyboard();
     });
 }