1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-08 04:08:15 -05:00

#619 "Add android wear support"

cleanup
This commit is contained in:
Marcus Wolschon 2015-06-10 08:40:06 +02:00
parent ca08a71007
commit 59287e0af0
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
android:name="K9"
android:allowTaskReparenting="false"
android:icon="@drawable/icon"
android:label="@string/beta_app_name"
android:label="@string/app_name"
android:theme="@style/Theme.K9.Startup">
<meta-data

View File

@ -162,7 +162,7 @@ public class MessagingController implements Runnable {
if (o1 == null || o2 == null || o1.getUid() == null || o2.getUid() == null) {
return 0;
}
int id1, id2;
int id1, id2;
try {
id1 = Integer.parseInt(o1.getUid());
id2 = Integer.parseInt(o2.getUid());