mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Remove unbounded conversation list query.
This commit is contained in:
committed by
Alan Evans
parent
aa3eb78956
commit
7ef77bf16c
@@ -604,10 +604,6 @@ public class ThreadDatabase extends Database {
|
||||
return threadRecords;
|
||||
}
|
||||
|
||||
public Cursor getConversationList() {
|
||||
return getConversationList("0");
|
||||
}
|
||||
|
||||
public Cursor getArchivedConversationList() {
|
||||
return getConversationList("1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user