[server] Do not return early on fail in touchDown fall back code
ClosedPublic

Authored by romangg on Sep 13 2018, 8:17 AM.

Details

Summary

Returning early would mean that SeatInterface::Private::touchInterface.ids
does not contain the id. Then the assert would fail in touchUp at some
point later when called by the compositor.

Diff Detail

Repository
R127 KWayland
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
romangg created this revision.Sep 13 2018, 8:17 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 13 2018, 8:17 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
romangg requested review of this revision.Sep 13 2018, 8:17 AM
davidedmundson accepted this revision.Sep 13 2018, 10:04 PM
This revision is now accepted and ready to land.Sep 13 2018, 10:04 PM
This revision was automatically updated to reflect the committed changes.