mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Disable editing slot names for now
This commit is contained in:
parent
a52c5b61c0
commit
3a3e4cc584
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ public class SlotManagerActivity extends AegisActivity implements SlotAdapter.Li
|
|||
|
||||
@Override
|
||||
public void onEditSlot(Slot slot) {
|
||||
EditText textName = new EditText(this);
|
||||
/*EditText textName = new EditText(this);
|
||||
textName.setHint("Name");
|
||||
|
||||
new AlertDialog.Builder(this)
|
||||
|
@ -132,7 +132,7 @@ public class SlotManagerActivity extends AegisActivity implements SlotAdapter.Li
|
|||
String name = textName.getText().toString();
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.show();
|
||||
.show();*/
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue