mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-16 18:48:48 +00:00
Fixed formatting from merge
This commit is contained in:
parent
4a43b84aba
commit
8364ed049b
@ -168,13 +168,14 @@ public class ListPage extends AppCompatActivity implements Requestor.Receiver {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runOnUiThread(new Runnable() {
|
|
||||||
@Override
|
runOnUiThread(new Runnable() {
|
||||||
public void run() {
|
@Override
|
||||||
loadingListItems.setVisibility(View.GONE);
|
public void run() {
|
||||||
myAdapter.notifyDataSetChanged();
|
loadingListItems.setVisibility(View.GONE);
|
||||||
}
|
myAdapter.notifyDataSetChanged();
|
||||||
});
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user