mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-29 13:41:08 +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() {
|
newSessionButton.setOnLongClickListener(new OnLongClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public boolean onLongClick(View v) {
|
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,
|
DialogUtils.textInput(TermuxActivity.this, R.string.session_new_named_title, null, R.string.session_new_named_positive_button,
|
||||||
new DialogUtils.TextSetListener() {
|
new DialogUtils.TextSetListener() {
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue