mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add support for CDSI.
This commit is contained in:
committed by
Cody Henthorne
parent
8407f2ff69
commit
9ab275195f
@@ -79,6 +79,7 @@ public final class PartProvider extends BaseContentProvider {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
if (uriMatcher.match(uri) == SINGLE_ROW) {
|
||||
Log.i(TAG, "Parting out a single row...");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user