mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Attached data to DB events to avoid DB lookups; refactored UI code.
Fields in Android UI objects that are accessed from background threads must be declared volatile. UI objects use data attached to DB events to avoid DB lookups, which complicates the UI code but should improve performance.
This commit is contained in:
@@ -69,11 +69,11 @@
|
||||
android:label="@string/messages_title" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="net.sf.briar.android.messages.ReadPrivateMessageActivity"
|
||||
android:name=".android.messages.ReadPrivateMessageActivity"
|
||||
android:label="@string/messages_title" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="net.sf.briar.android.messages.WritePrivateMessageActivity"
|
||||
android:name=".android.messages.WritePrivateMessageActivity"
|
||||
android:label="@string/compose_message_title" >
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user