Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b428f94e authored by Álvaro Brey's avatar Álvaro Brey Committed by GitHub
Browse files

Merge pull request #997 from nextcloud/fixSampleClient

set userId to username
parents d2b81ddd b8cdd215
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class MainActivity extends Activity implements OnRemoteOperationListener,
						getString(R.string.password)
				)
		);
		mClient.setUserId(getString(R.string.username));
    	
    	mFilesAdapter = new FilesArrayAdapter(this, R.layout.file_in_list);
    	((ListView)findViewById(R.id.list_view)).setAdapter(mFilesAdapter);