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
a8da525347
commit
a6a52576f5
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ public class CustomRomActivity extends AppCompatActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_custom_rom);
|
||||
activity = this;
|
||||
|
||||
if (!modify)
|
||||
|
||||
if (modify)
|
||||
setTitle("Rom Options");
|
||||
|
||||
loadingPb = findViewById(R.id.loadingPb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue