mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Bring back this dirty compile trick :trollface:
it may buggy but idk
This commit is contained in:
parent
8c2f7d39dc
commit
8c5f5da516
@ -701,9 +701,9 @@ public class PojavLoginActivity extends BaseActivity
|
||||
}
|
||||
});
|
||||
|
||||
final int accountIndex_final = accountIndex;
|
||||
removeButton.setOnClickListener(new View.OnClickListener() {
|
||||
final String selectedAccName = accountName.getText().toString();
|
||||
final int accountIndex_final = accountIndex;
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
AlertDialog.Builder builder2 = new AlertDialog.Builder(PojavLoginActivity.this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user