|
|
|
@ -6930,8 +6930,6 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
|
final int[] sendDelayedValues = getResources().getIntArray(R.array.sendDelayedValues);
|
|
|
|
|
final String[] sendDelayedNames = getResources().getStringArray(R.array.sendDelayedNames);
|
|
|
|
|
|
|
|
|
|
final String pkgOpenKeyChain = Helper.getOpenKeychainPackage(context);
|
|
|
|
|
|
|
|
|
|
final ViewGroup dview = (ViewGroup) LayoutInflater.from(context).inflate(R.layout.dialog_send, null);
|
|
|
|
|
final Button btnFixSent = dview.findViewById(R.id.btnFixSent);
|
|
|
|
|
final TextView tvAddressError = dview.findViewById(R.id.tvAddressError);
|
|
|
|
|