zcash-android-wallet/buildSrc
Kevin Gorham 77e77ab724
New: Update to 1.2.0 version of RecyclerView to take advantage of new StateRestorationPolicy
which automatically handles some of the more complex state management. Without this change, the recyclerview would lose its scroll position after viewing tx details. Now it handles it perfectly due to setting transactionAdapter.stateRestorationPolicy =
            RecyclerView.Adapter.StateRestorationPolicy.PREVENT_WHEN_EMPTY
2020-08-28 03:19:13 -04:00
..
src/main/java/cash/z/ecc/android New: Update to 1.2.0 version of RecyclerView to take advantage of new StateRestorationPolicy 2020-08-28 03:19:13 -04:00
build.gradle.kts Initial commit. 2019-11-26 15:29:16 -05:00