Closed saket closed 1 year ago
As part of my workaround for a bug related to minSdk <= 23, I had to migrate all my usages of assertSnapshot(Activity) to assertSnapshot(Bitmap). It'd be nice if I could continue not providing an explicit snapshot name for bitmap comparisons.
assertSnapshot(Activity)
assertSnapshot(Bitmap)
All committers have signed the CLA.
As part of my workaround for a bug related to minSdk <= 23, I had to migrate all my usages of
assertSnapshot(Activity)
toassertSnapshot(Bitmap)
. It'd be nice if I could continue not providing an explicit snapshot name for bitmap comparisons.