AdvancedLauncher.UI.Controls.NewsBlock.IsTwitterLoadingAnim C# (CSharp) Method

IsTwitterLoadingAnim() private method

private IsTwitterLoadingAnim ( bool state ) : void
state bool
return void
        private void IsTwitterLoadingAnim(bool state)
        {
            this.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, new Action(delegate () {
                TwitterProgressRing.IsActive = state;
            }));
        }