This commit is contained in:
An Bui 2025-02-15 22:54:00 +07:00
parent 8f6838b11a
commit 4bac6ffbd1
8 changed files with 24 additions and 6 deletions

View file

@ -1206,6 +1206,8 @@ public class CustomRomActivity extends AppCompatActivity {
UIUtils.UIAlert(activity, getResources().getString(R.string.from) + ": " + jObj.getString("author"), getResources().getString(R.string.description) + ":\n\n" + Html.fromHtml(jObj.getString("desc")));
}
}
TextView arch = findViewById(R.id.textArch);
arch.setText(MainSettingsManager.getArch(CustomRomActivity.this));
} catch (JSONException e) {
throw new RuntimeException(e);
}