private void OnSetTargeting(LrcLine lrcline)
 {
     try
     {
         RootView.ScrollIntoView(lrcline);
     }
     catch (Exception)
     {
         // Ignore
     }
 }