Skip to content

Commit

Permalink
More tracepot crashes
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b78112)
  • Loading branch information
Jays2Kings authored and nonproto committed May 1, 2020
1 parent 1b33d1e commit 1e90cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class RecentsController(bundle: Bundle? = null) : BaseController(bundle),
}

fun setRefreshing(refresh: Boolean) {
swipe_refresh.isRefreshing = refresh
swipe_refresh?.isRefreshing = refresh
}

override fun onItemMove(fromPosition: Int, toPosition: Int) { }
Expand Down

0 comments on commit 1e90cac

Please sign in to comment.