fixes startup
This commit is contained in:
parent
ec5f3b9867
commit
3cbce0c8bc
2 changed files with 4 additions and 4 deletions
|
|
@ -471,7 +471,6 @@
|
||||||
<Compile Include="Markdown\MDWebView.cs" />
|
<Compile Include="Markdown\MDWebView.cs" />
|
||||||
<Compile Include="OAuth2\YaOAuth2Authenticator.cs" />
|
<Compile Include="OAuth2\YaOAuth2Authenticator.cs" />
|
||||||
<Compile Include="Rendering\ImageButtonRenderer.cs" />
|
<Compile Include="Rendering\ImageButtonRenderer.cs" />
|
||||||
<Compile Include="Rendering\YaSvgImageView.cs" />
|
|
||||||
<Compile Include="Rendering\SvgRenderer.cs" />
|
<Compile Include="Rendering\SvgRenderer.cs" />
|
||||||
<Compile Include="Resources\Resource.Designer.cs" />
|
<Compile Include="Resources\Resource.Designer.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
|
@ -479,7 +478,8 @@
|
||||||
<Compile Include="Services\AccountChooserService.cs" />
|
<Compile Include="Services\AccountChooserService.cs" />
|
||||||
<Compile Include="Services\GCMHandlers\BookQueryGCMHandler.cs" />
|
<Compile Include="Services\GCMHandlers\BookQueryGCMHandler.cs" />
|
||||||
<Compile Include="Services\GCMHandlers\EstimateGCMHandler.cs" />
|
<Compile Include="Services\GCMHandlers\EstimateGCMHandler.cs" />
|
||||||
<Compile Include="Services\GCMHandlers\GCMessageHandler.cs" />
|
<Compile Include="Services\GCMHandlers\Abstract\GCMessageHandler.cs" />
|
||||||
|
<Compile Include="Services\GCMHandlers\HairCutQueryGCMHandler.cs" />
|
||||||
<Compile Include="Services\YavscChooserTargetService.cs" />
|
<Compile Include="Services\YavscChooserTargetService.cs" />
|
||||||
<Compile Include="Services\GcmListenerService.cs" />
|
<Compile Include="Services\GcmListenerService.cs" />
|
||||||
<Compile Include="Services\GcmRegistrationIntentService.cs" />
|
<Compile Include="Services\GcmRegistrationIntentService.cs" />
|
||||||
|
|
|
||||||
|
|
@ -67,8 +67,8 @@ namespace ZicMoove.Pages
|
||||||
if (editEstimateViewModel == null)
|
if (editEstimateViewModel == null)
|
||||||
{
|
{
|
||||||
// First search for an existing estimate
|
// First search for an existing estimate
|
||||||
editEstimateViewModel = DataManager.Instance.EstimationCache.FirstOrDefault(
|
editEstimateViewModel = DataManager.Instance.EstimationCache.LocalGet(
|
||||||
estimate=> estimate.Query.Id == bookQueryViewModel.Id
|
bookQueryViewModel.Id
|
||||||
);
|
);
|
||||||
if (editEstimateViewModel == null)
|
if (editEstimateViewModel == null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue