Closed RedJocker closed 2 years ago
instead of using repeatedly shadowOf(getMainLooper()), make a field with the shadowLooper. You may use the lazy initialization for this.
shadowOf(getMainLooper())
I think this is solved with the pull request #11
instead of using repeatedly
shadowOf(getMainLooper())
, make a field with the shadowLooper. You may use the lazy initialization for this.