We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dcd23 commit 050d145Copy full SHA for 050d145
QuickLayout.Core/ViewModels/TipViewModel.cs
@@ -38,7 +38,6 @@ public int Generosity
38
{
39
_generosity = Limit(value);
40
InvokeOnMainThreadAsync(() => RaisePropertyChanged(() => Generosity));
41
- //MvxAsyncDispatcher.BeginAsync();
42
Recalcuate();
43
}
44
QuickLayout.Touch/DebugTrace.cs
QuickLayout.Touch/QuickLayout.Touch.csproj
@@ -85,7 +85,6 @@
85
<MtouchArch>ARMv7</MtouchArch>
86
</PropertyGroup>
87
<ItemGroup>
88
- <Compile Include="DebugTrace.cs" />
89
<Compile Include="LinkerPleaseInclude.cs" />
90
<Compile Include="Main.cs" />
91
<Compile Include="AppDelegate.cs" />
0 commit comments