Revert "Fix issue #1332 : Contribution Image auto/manual refresh if fetching fails" (#1609)

* Revert "Modify allow_gps_summary string (#1608)"

This reverts commit 3b6c94c8d6.

* Revert "Fix issue #1332 : Contribution Image auto/manual refresh if fetching fails"

This reverts commit 5aba7459bd.
This commit is contained in:
Josephine Lim 2018-06-11 16:53:23 +10:00 committed by GitHub
parent 3b6c94c8d6
commit 1adb052705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 16 deletions

View file

@ -24,11 +24,6 @@
android:id="@+id/loadingContributionsProgressBar"
/>
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<GridView
android:id="@+id/contributionsList"
android:layout_height="match_parent"
@ -40,5 +35,5 @@
android:fadingEdge="none"
android:fastScrollEnabled="true"
/>
</android.support.v4.widget.SwipeRefreshLayout>
</RelativeLayout>