⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245714 in webkit


Ignore:
Timestamp:
May 23, 2019, 2:08:54 PM (7 years ago)
Author:
Alan Coon
Message:

Fix incorrect merge conflict resolution. rdar://problem/50613388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r245708 r245714  
    16701670- (BOOL)_requiresKeyboardWhenFirstResponder
    16711671{
    1672     // FIXME: We should add the logic to handle keyboard visibility during focus redirects.
    1673     return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode];
    16741672#if USE(UIKIT_KEYBOARD_ADDITIONS)
    16751673    if (GSEventIsHardwareKeyboardAttached())
     
    16771675#endif
    16781676    // FIXME: We should add the logic to handle keyboard visibility during focus redirects.
    1679     return [self shouldShowAutomaticKeyboardUI];
     1677    return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode];
    16801678}
    16811679
Note: See TracChangeset for help on using the changeset viewer.