mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Improve QR code workflow slightly
* Improve wording so contacts know they need meet up to scan and scan each other's codes * Use consistent progress bar styles
This commit is contained in:
@@ -337,7 +337,7 @@ public class ShowQrCodeFragment extends BaseEventFragment
|
||||
listener.runOnUiThreadUnlessDestroyed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
status.setText(R.string.waiting_for_contact);
|
||||
status.setText(R.string.waiting_for_contact_to_scan);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user