equal
deleted
inserted
replaced
179 case HbInputButton::ButtonKeyCodeSettings: |
179 case HbInputButton::ButtonKeyCodeSettings: |
180 // Hide the autocompletion popup when InputSetting dialog is launched |
180 // Hide the autocompletion popup when InputSetting dialog is launched |
181 if(d->mAutoCompleter) { |
181 if(d->mAutoCompleter) { |
182 d->mInputMethod->closeAutoCompletionPopup(); |
182 d->mInputMethod->closeAutoCompletionPopup(); |
183 } |
183 } |
184 break; |
184 break; |
185 default: |
185 default: |
186 ret = HbInputModeHandler::filterEvent(event); |
186 ret = HbInputModeHandler::filterEvent(event); |
187 break; |
187 break; |
188 } |
188 } |
189 return ret; |
189 return ret; |