Skip to content
Snippets Groups Projects
Commit 1f46d999 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Andreas Traczyk
Browse files

contacts: remove the selection of an SmartListItem upon call refusal

Change-Id: I7494566a8c580b6a516eb088c0cdbd7c430e315b
Tuleap: #1041
parent f494bdad
No related branches found
No related tags found
No related merge requests found
...@@ -299,8 +299,6 @@ void RingClientUWP::Views::SmartPanel::_rejectIncomingCallBtn__Click(Platform::O ...@@ -299,8 +299,6 @@ void RingClientUWP::Views::SmartPanel::_rejectIncomingCallBtn__Click(Platform::O
auto button = dynamic_cast<Button^>(e->OriginalSource); auto button = dynamic_cast<Button^>(e->OriginalSource);
auto call = dynamic_cast<Call^>(button->DataContext); auto call = dynamic_cast<Call^>(button->DataContext);
_smartList_->SelectedIndex = SmartPanelItemsViewModel::instance->getIndex(call);
call->refuse(); call->refuse();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment