This commit is contained in:
M66B 2022-01-18 14:04:00 +01:00
parent f72b48d635
commit 5440e2a43b
1 changed files with 0 additions and 2 deletions

View File

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