Skip to content
  • Soomin Lee's avatar
    VLCMediaCategoryViewController: Search: Select correct item · 09191ac6
    Soomin Lee authored
    Use internal state instead of using the first responder as a state.
    Using the first responder can lead to unexpected result.
    e.g.: When using a keyboard and pressing search, it removes the first
    responder, therefore, using the wrong model.
    
    (closes #531)
    09191ac6