1
0
forked from GitHub/gf-core

fix in the App

This commit is contained in:
krasimir
2015-12-09 09:02:19 +00:00
parent 99db978df6
commit 252f3e8b4e

View File

@@ -72,7 +72,7 @@ public class AlternativesActivity extends ListActivity {
@Override
protected void onPostExecute(Void result) {
mAdapter.notifyDataSetChanged();
expandedView = null;
collapse();
hideProgressBar();
}
}.execute();