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