Skip to content

Commit

Permalink
Modify Logic for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaSamPeterPrabhu committed Sep 14, 2023
1 parent 2bfe692 commit 8543959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Trimble.Modus.Components/Controls/DropDown/TMDropDown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ private async void Open()
}
}
created = true;
#if WINDOWS
// FIXME: For windows the UI elements are populated every time it opens
created = false;
#endif
await Task.WhenAll(
indicatorButton.RotateTo(-180, AnimationDuration)
);
Expand Down

0 comments on commit 8543959

Please sign in to comment.