mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 23:39:54 +00:00
Empanada
This commit is contained in:
parent
8f6838b11a
commit
4bac6ffbd1
8 changed files with 24 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue