Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Quality: Improved app startup routine 2 - Checkpoint 1 #13854

Merged
merged 4 commits into from
Nov 14, 2023

Conversation

d2dyno1
Copy link
Member

@d2dyno1 d2dyno1 commented Nov 13, 2023

Resolved / Related Issues

  • Were these changes approved in an issue or discussion with the project maintainers? In order to prevent extra work, feature requests and changes to the codebase must be approved before the pull request will be reviewed. This prevents extra work for the contributors and maintainers.

Validation
How did you test these changes?

  • Did you build the app and test your changes?

@d2dyno1 d2dyno1 requested a review from yaira2 November 13, 2023 20:51
@yaira2 yaira2 changed the title Improved app startup routine 2 - Checkpoint 1 Code Quality: Improved app startup routine 2 - Checkpoint 1 Nov 13, 2023
Copy link
Member

@yaira2 yaira2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaira2 yaira2 added the ready to merge Pull requests that are approved and ready to merge label Nov 13, 2023
@yaira2 yaira2 merged commit 12391aa into files-community:main Nov 14, 2023
6 checks passed
@@ -29,11 +36,17 @@ public async Task ExecuteAsync()
if (context.SelectedItems.Count > 0 && context.ShellPage?.SlimContentPage?.SelectedItems is not null)
{
foreach (ListedItem listedItem in context.ShellPage.SlimContentPage.SelectedItems)
await App.SecondaryTileHelper.TryPinFolderAsync(listedItem.ItemPath, listedItem.Name);
{
var folder = await StorageService.GetFolderAsync(listedItem.ItemPath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be having some issues #13947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Pull requests that are approved and ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants