mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-08 20:28:34 -05:00
parent
ca08a71007
commit
59287e0af0
@ -65,7 +65,7 @@
|
|||||||
android:name="K9"
|
android:name="K9"
|
||||||
android:allowTaskReparenting="false"
|
android:allowTaskReparenting="false"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:label="@string/beta_app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/Theme.K9.Startup">
|
android:theme="@style/Theme.K9.Startup">
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
|
@ -162,7 +162,7 @@ public class MessagingController implements Runnable {
|
|||||||
if (o1 == null || o2 == null || o1.getUid() == null || o2.getUid() == null) {
|
if (o1 == null || o2 == null || o1.getUid() == null || o2.getUid() == null) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
int id1, id2;
|
int id1, id2;
|
||||||
try {
|
try {
|
||||||
id1 = Integer.parseInt(o1.getUid());
|
id1 = Integer.parseInt(o1.getUid());
|
||||||
id2 = Integer.parseInt(o2.getUid());
|
id2 = Integer.parseInt(o2.getUid());
|
||||||
|
Loading…
Reference in New Issue
Block a user