| | |
| | | backAction(); |
| | | } |
| | | }; |
| | | new PublicAssmebly().TipMsg(StringId.Tip, StringId.ConfirmToRemoveTheMember, action); |
| | | new PublicAssmebly().TipOptionMsg(StringId.Tip, StringId.ConfirmToRemoveTheMember, action); |
| | | }; |
| | | } |
| | | |
| | |
| | | void GetShareDataByAccount() |
| | | { |
| | | var waitPage = new Loading(); |
| | | bodyView.AddChidren(waitPage); |
| | | waitPage.Start(Language.StringByID(StringId.PleaseWait)); |
| | | new System.Threading.Thread(() => |
| | | { |
| | |
| | | { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | //ShowRoomListView(); |
| | | waitPage.Hide(); |
| | | if (waitPage != null) |
| | | { |
| | | waitPage.RemoveFromParent(); |
| | | waitPage = null; |
| | | } |
| | | }); |
| | | } |
| | | }) |