mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
Bring back this dirty compile trick :trollface:
it may buggy but idk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user