Updated on 2026-08-14
This commit is contained in:
parent
ebd194dcc8
commit
c64fb378ea
5 changed files with 35 additions and 18 deletions
|
|
@ -332,6 +332,7 @@ public class MainActivity extends AppCompatActivity implements PopupMenu.OnMenuI
|
|||
private void showLogoActivity() {
|
||||
Intent intent = new Intent(getBaseContext(), LogoActivity.class);
|
||||
intent.putExtra(LogoActivity.TAG, true);
|
||||
intent.putExtra(LogoActivity.EXTRA_AUTO_HIDE, false);
|
||||
startActivity(intent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue