don't allow fast scrolling until data is available

fixes #4666
closes #4693
// FREEBIE
This commit is contained in:
Jake McGinty
2015-11-23 10:46:01 -08:00
committed by Moxie Marlinspike
parent 473e470883
commit d58f4d1232
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="gone"
android:layout_gravity="right"/>
</FrameLayout>