Esempio n. 1
0
 public void SetConfig()
 {
     (Context as Activity)?.RunOnUiThread(() =>
     {
         Presenter.SetLocale();
         ThemesHelper.PerformTheme(Context, Themes.GetAuthTheme());
     });
 }
Esempio n. 2
0
        public void SetConfig()
        {
            ThemeHelper.PerformTheme(Themes.GetAuthTheme());

            InvokeOnMainThread(() =>
            {
                FillView();
                HideShowKeyboard();
            });
        }