End of timelines are now detected correctly. Also, duplicate notifications/accounts are prevented.

This commit is contained in:
Vavassor 2017-02-07 16:47:05 -05:00
commit 33883aca3d
11 changed files with 103 additions and 19 deletions

View file

@ -36,6 +36,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/footer_end_of_timeline_text"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>