Bring back this dirty compile trick :trollface:

it may buggy but idk
This commit is contained in:
Duy Tran Khanh 2021-05-30 14:25:11 +07:00 committed by GitHub
parent 8c2f7d39dc
commit 8c5f5da516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);