From 1f46d9992cd4638bd1f4e8137833c69520aed491 Mon Sep 17 00:00:00 2001 From: atraczyk <andreastraczyk@gmail.com> Date: Thu, 15 Sep 2016 16:29:22 -0400 Subject: [PATCH] contacts: remove the selection of an SmartListItem upon call refusal Change-Id: I7494566a8c580b6a516eb088c0cdbd7c430e315b Tuleap: #1041 --- SmartPanel.xaml.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SmartPanel.xaml.cpp b/SmartPanel.xaml.cpp index 022df93..13d7af7 100644 --- a/SmartPanel.xaml.cpp +++ b/SmartPanel.xaml.cpp @@ -299,8 +299,6 @@ void RingClientUWP::Views::SmartPanel::_rejectIncomingCallBtn__Click(Platform::O auto button = dynamic_cast<Button^>(e->OriginalSource); auto call = dynamic_cast<Call^>(button->DataContext); - _smartList_->SelectedIndex = SmartPanelItemsViewModel::instance->getIndex(call); - call->refuse(); } -- GitLab