mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Simplified the serialisation format. Other task #39.
The new format is simpler but less efficient for small integers, short strings and short byte arrays.
This commit is contained in:
@@ -31,6 +31,7 @@ implements DialogInterface.OnMultiChoiceClickListener {
|
||||
|
||||
@Override
|
||||
public Dialog onCreateDialog(Bundle state) {
|
||||
if(listener == null || contacts == null) return null;
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
|
||||
String[] names = new String[contacts.length];
|
||||
for(int i = 0; i < contacts.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user