-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
ALL TASK DONE #331
Conversation
…ariq work 2/17/2025" Again
# Conflicts: # app/build.gradle # build.gradle
…ariq work 2/17/2025" Again
|
||
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
|
||
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
} | ||
// 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
, (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
No description provided.