Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALL TASK DONE #331

Merged
merged 3 commits into from
Feb 17, 2025
Merged

ALL TASK DONE #331

merged 3 commits into from
Feb 17, 2025

Conversation

theftzoku
Copy link
Contributor

No description provided.


static {
INTERNAL_LAYOUT_ID_LOOKUP.put(rocks.poopjournal.todont.R.layout.activity_main, LAYOUT_ACTIVITYMAIN);
INTERNAL_LAYOUT_ID_LOOKUP.put(rocks.poopjournal.todont.R.layout.activity_splash__screen, LAYOUT_ACTIVITYSPLASHSCREEN);

Check warning

Code scanning / Pmd (reported by Codacy)

Unnecessary use of fully qualified name 'rocks.poopjournal.todont.R.layout.activity_splash__screen' due to existing same package import 'rocks.poopjournal.todont.*' Warning generated

Unnecessary use of fully qualified name 'rocks.poopjournal.todont.R.layout.activity_splash__screen' due to existing same package import 'rocks.poopjournal.todont.*'

static {
sKeys.put("layout/activity_main_0", rocks.poopjournal.todont.R.layout.activity_main);
sKeys.put("layout/activity_splash__screen_0", rocks.poopjournal.todont.R.layout.activity_splash__screen);

Check warning

Code scanning / Pmd (reported by Codacy)

Unnecessary use of fully qualified name 'rocks.poopjournal.todont.R.layout.activity_splash__screen' due to existing same package import 'rocks.poopjournal.todont.*' Warning generated

Unnecessary use of fully qualified name 'rocks.poopjournal.todont.R.layout.activity_splash__screen' due to existing same package import 'rocks.poopjournal.todont.*'
}
// views
@NonNull
private final android.widget.RelativeLayout mboundView0;
private final androidx.constraintlayout.widget.ConstraintLayout mboundView0;

Check notice

Code scanning / Pmd (reported by Codacy)

Perhaps 'mboundView0' could be replaced by a local variable. Note generated

Perhaps 'mboundView0' could be replaced by a local variable.
, (com.google.android.material.bottomnavigation.BottomNavigationView) bindings[6]
, (android.widget.Button) bindings[5]
, (android.widget.FrameLayout) bindings[6]
, (android.view.View) bindings[8]

Check warning

Code scanning / Pmd (reported by Codacy)

Unnecessary use of fully qualified name 'android.view.View' due to existing import 'android.view.View' Warning generated

Unnecessary use of fully qualified name 'android.view.View' due to existing import 'android.view.View'
@CrazyMarvin CrazyMarvin merged commit bfb1435 into Crazy-Marvin:development Feb 17, 2025
11 of 12 checks passed
@CrazyMarvin CrazyMarvin mentioned this pull request Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants