Skip to content

Commit

Permalink
Fix logging-out all accounts in sample app
Browse files Browse the repository at this point in the history
- clearing the adapter needs to be done on the UI thread
  • Loading branch information
Albert Wu authored and nidoran committed Mar 14, 2019
1 parent e6055c3 commit 0c9362b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void configureClient() {
* Create a BoxSession and authenticate.
*/
private void initSession() {
mAdapter.clear();
clearAdapter();
mSession = new BoxSession(this);
mSession.setSessionAuthListener(this);
mSession.authenticate(this);
Expand Down

0 comments on commit 0c9362b

Please sign in to comment.