|
|
@ -324,6 +324,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|
|
|
private static final int REQUEST_EMPTY_FOLDER = 20;
|
|
|
|
private static final int REQUEST_EMPTY_FOLDER = 20;
|
|
|
|
private static final int REQUEST_BOUNDARY_RETRY = 21;
|
|
|
|
private static final int REQUEST_BOUNDARY_RETRY = 21;
|
|
|
|
static final int REQUEST_PICK_CONTACT = 22;
|
|
|
|
static final int REQUEST_PICK_CONTACT = 22;
|
|
|
|
|
|
|
|
static final int REQUEST_KEYWORDS = 23;
|
|
|
|
|
|
|
|
|
|
|
|
static final String ACTION_STORE_RAW = BuildConfig.APPLICATION_ID + ".STORE_RAW";
|
|
|
|
static final String ACTION_STORE_RAW = BuildConfig.APPLICATION_ID + ".STORE_RAW";
|
|
|
|
static final String ACTION_DECRYPT = BuildConfig.APPLICATION_ID + ".DECRYPT";
|
|
|
|
static final String ACTION_DECRYPT = BuildConfig.APPLICATION_ID + ".DECRYPT";
|
|
|
@ -5049,6 +5050,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|
|
|
if (resultCode == RESULT_OK && data != null)
|
|
|
|
if (resultCode == RESULT_OK && data != null)
|
|
|
|
onPickContact(data.getData());
|
|
|
|
onPickContact(data.getData());
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case REQUEST_KEYWORDS:
|
|
|
|
|
|
|
|
adapter.notifyDataSetChanged();
|
|
|
|
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
} catch (Throwable ex) {
|
|
|
|
Log.e(ex);
|
|
|
|
Log.e(ex);
|
|
|
|