Trivial commit to test CI

pull/1193/head
Jonathan Koren 2 years ago
parent c1d6c88bb0
commit a47e158135

@ -58,9 +58,7 @@ private const val TAG = "MainActivity"
@AndroidEntryPoint
class MainActivity : ComponentActivity() {
/**
* Lazily inject [JankStats], which is used to track jank throughout the app.
*/
/** Lazily inject [JankStats], which is used to track jank throughout the app. */
@Inject
lateinit var lazyStats: dagger.Lazy<JankStats>

Loading…
Cancel
Save