| | |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | if (bodyView != null) |
| | | try |
| | | { |
| | | bodyView.CheckLinkStatus(); |
| | | if (bodyView != null) |
| | | { |
| | | bodyView.CheckLinkStatus(); |
| | | } |
| | | }catch(Exception ex) |
| | | { |
| | | MainPage.Log($"LoadEvent_CheckLinkStatus : {ex.Message}"); |
| | | } |
| | | }); |
| | | } |
| | |
| | | { |
| | | btnChangeFunction.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | |
| | | btnChangeFunction.IsSelected = true; |
| | | btnChangeFunction.TextSize = CSS.CSS_FontSize.HeadlineFontSize; |
| | | btnChangeFunction.IsBold = true; |
| | |
| | | /// </summary> |
| | | void GetUnreadPushMessages() |
| | | { |
| | | if (MainPage.NoLoginMode) |
| | | { |
| | | return; |
| | | } |
| | | System.Threading.Tasks.Task.Run(() => |
| | | { |
| | | try |
| | |
| | | /// </summary> |
| | | void RegisterGetPushMessageAction() |
| | | { |
| | | if (MainPage.NoLoginMode) |
| | | { |
| | | return; |
| | | } |
| | | Action RegisterGetPushMessageAction = () => { |
| | | if (bodyView != null) |
| | | { |