Marcell-Juhasz / secret-diary

0 stars 1 forks source link

stage3 make shadowLooper a field of Stage3UnitTest #8

Closed RedJocker closed 2 years ago

RedJocker commented 2 years ago

instead of using repeatedly shadowOf(getMainLooper()), make a field with the shadowLooper. You may use the lazy initialization for this.

RedJocker commented 2 years ago

I think this is solved with the pull request #11