Skip to content

Commit

Permalink
Use template.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 19, 2020
1 parent 0f6a397 commit bc26d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ protected void AskForAutoGenerateRuby()
}));
}

public class GenerateRubyNavigation : TopNavigation
public class GenerateRubyNavigation : TopNavigation<GenerateRubySubScreen>
{
public GenerateRubyNavigation(ImportLyricSubScreen screen)
public GenerateRubyNavigation(GenerateRubySubScreen screen)
: base(screen)
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ protected void AskForAutoGenerateTimeTag()
}));
}

public class GenerateTimeTagNavigation : TopNavigation
public class GenerateTimeTagNavigation : TopNavigation<GenerateTimeTagSubScreen>
{
public GenerateTimeTagNavigation(ImportLyricSubScreen screen)
public GenerateTimeTagNavigation(GenerateTimeTagSubScreen screen)
: base(screen)
{
}
Expand Down

0 comments on commit bc26d17

Please sign in to comment.