mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Allow the user to configure the percentage of test contacts with avatars
This commit is contained in:
@@ -116,7 +116,7 @@ public class SetupDataTest extends ScreenshotTest {
|
||||
throws DbException {
|
||||
Context ctx = getApplicationContext();
|
||||
String bobName = ctx.getString(R.string.screenshot_bob);
|
||||
Contact bob = testDataCreator.addContact(bobName);
|
||||
Contact bob = testDataCreator.addContact(bobName, true);
|
||||
|
||||
// TODO add messages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user