pull/194/merge
M66B 3 years ago
parent f72b48d635
commit 5440e2a43b

@ -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);

Loading…
Cancel
Save