Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
ef926e0e
Commit
ef926e0e
authored
Aug 18, 2013
by
Gleb Pinigin
Browse files
Local network: deselect table view cell before pushing controller
parent
cba491b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCLocalServerListViewController.m
View file @
ef926e0e
...
...
@@ -172,6 +172,8 @@
-
(
void
)
tableView
:(
UITableView
*
)
tableView
didSelectRowAtIndexPath
:(
NSIndexPath
*
)
indexPath
{
[
tableView
deselectRowAtIndexPath
:
indexPath
animated
:
YES
];
if
(
indexPath
.
section
==
0
)
{
BasicUPnPDevice
*
device
=
_filteredUPNPDevices
[
indexPath
.
row
];
if
([[
device
urn
]
isEqualToString
:
@"urn:schemas-upnp-org:device:MediaServer:1"
])
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment