mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-28 21:21:07 +01:00
Remove unused variable
This commit is contained in:
parent
5558f371b4
commit
e7f9647beb
1 changed files with 0 additions and 1 deletions
|
|
@ -290,7 +290,6 @@ public final class TermuxActivity extends Activity implements ServiceConnection
|
|||
newSessionButton.setOnLongClickListener(new OnLongClickListener() {
|
||||
@Override
|
||||
public boolean onLongClick(View v) {
|
||||
Resources res = getResources();
|
||||
DialogUtils.textInput(TermuxActivity.this, R.string.session_new_named_title, null, R.string.session_new_named_positive_button,
|
||||
new DialogUtils.TextSetListener() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue