mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Cleanup
This commit is contained in:
parent
f72b48d635
commit
5440e2a43b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue