mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 23:39:54 +00:00
Update CustomRomActivity.java
This commit is contained in:
parent
06d035b350
commit
a8da525347
1 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,10 @@ public class CustomRomActivity extends AppCompatActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_custom_rom);
|
||||
activity = this;
|
||||
|
||||
if (!modify)
|
||||
setTitle("Rom Options");
|
||||
|
||||
loadingPb = findViewById(R.id.loadingPb);
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue