beep boop Androids
-
Propeller Health
- Madison, WI
Block or Report
Block or report petitJAM
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
1
/*
2* Paste the following into a new bookmark, then click it on
3* a GitHub PR to mark all the yucky Pod files as viewed.
4*/
5javascript:Array.from(document.querySelectorAll('a[title*=".xcodeproj"],a[title$=".storyboard"],a[title$=".pbxproj"],a[title^="Pods/"],a[title="Podfile.lock"]')).map(el => el.closest('.file-header').querySelector('.js-reviewed-checkbox')).forEach(function(el, i) { if (!el.checked) { el.click() } })
-
1
/**
2* The [swipeRefreshLayout] will "steal" the swipe gesture from the [nestedWebView]
3* when the user tries to scroll up on the web page. This class adds a
4* [ViewTreeObserver.OnScrollChangedListener] to [swipeRefreshLayout] to disable
5* refreshing while [nestedWebView] is not scrolled all the way to the top.
-
1
class SwipeRefreshAwareWebViewClient(private val swipeRefreshLayout: SwipeRefreshLayout)
2: WebViewClient() {
34override fun onReceivedHttpError(view: WebView?, request: WebResourceRequest?, errorResponse: WebResourceResponse?) {
5Timber.d("errorResponse: %s", errorResponse?.data)
1,283 contributions in the last year
Less
More
Activity overview
Contributed to
loadsmart/danger-android_lint,
petitJAM/adventofcode2022,
petitJAM/gh-review-buddy
and 2 other
repositories
Contribution activity
March 2023
115
contributions
in private repositories
Mar 1 – Mar 29