Alex Fu
Alex Fu
@mavsforlife You could use a [SwipeToRefreshLayout](https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html)
There's a `stop` and `reset` function. - `stop` - Stops the timer - `reset` - Resets the timer to 0 You should be able to pause with just `stop`.
I ran into a similar error. I looked at the GitHub workflow log and saw: ``` Pods/SwiftLint/swiftlint: 1: Pods/SwiftLint/swiftlint: Syntax error: word unexpected (expecting ")") ``` Not sure what this...
Hi, I get the following errors when my adapter calls notifyDataSetChanged: http://pastebin.com/hDZJAiJF It seems like there's an issue with measuring the height of all the items in the list view?...
Yes, I have the list view fill_parent both width and height.
The list items layout width & height are set.. This error only comes up when I am on this branch. Master branch doesn't have this issue. I can show you...
I ran into this issue as well. I resolved it by ensuring the root view of my content `UIViewController` was the `UIScrollView` instead of the default `UIView`. Then, ensuring that...
for posterity, i also ran into this and it appears that this happens if `reviewdog` doesn't know what the input error format is. so specifying `-efm="..."` or one of the...
@mattijsf yes. because of the nature of this lib, features will be added on an as-needed basis so if you come across any missing features that you'd like to see,...
Restructuring the test directory to match up isn't something I'm too worried about. @monxalo your suggestion works for me.