Open alexbbrown opened 2 years ago
it's not by number. A tried again and found different selection of rows works and others didn't.
so far I can't visually predict it from the style of the row, except that It seems like very simple rows tend to just work, but more complex ones with a bio may or may not.
I did note that for the two rows I tried, one that worked and one that did not,
the one that worked invoked TableViewController.swift
's function tableView(:didSelectRowAt:)
but a similar row did not. This suggests that the activate event is being captured by something else. something more boring.
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
viewModel.select(indexPath: indexPath)
}
Describe the bug on the App Store page for metatext, a user reported
I checked and the follower bug is easy to reproduce
To Reproduce Steps to reproduce the behavior:
Expected behavior double tap our other activation sound open the profile of the current account in the following list
actual: nothing happens unless it's the first or second tower in the table
Screenshots
Double tapping does not work here
(please complete the following information):
Additional context Add any other context about the problem here.