ericaddison / APT_miniProject_Android

The Android App for Connexus
0 stars 0 forks source link

Duplicates in ViewStreams GridView #6

Closed ericaddison closed 6 years ago

ericaddison commented 6 years ago

When I navigate from the View Streams activity to the Nearby Streams activity, then press the back button on my phone, it add another set of streams to the list in the gridview, so after one time there are two sets of streams, then three sets, etc.

ericaddison commented 6 years ago

Should be an easy fix. ViewStreams just asks for updates from server in the onStart method, which happens more often than I thought :)