mirror of https://github.com/M66B/NetGuard.git
parent
98557b4158
commit
01034cf3ad
|
@ -67,6 +67,7 @@ public class ActivitySettings extends AppCompatActivity implements SharedPrefere
|
|||
unlocked = getIntent().getBooleanExtra(EXTRA_UNLOCKED, false);
|
||||
|
||||
getFragmentManager().beginTransaction().replace(android.R.id.content, new FragmentSettings()).commit();
|
||||
getSupportActionBar().setTitle(R.string.menu_settings);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue