Skip to content

Conversation

@362780316
Copy link

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

}
}
}
}
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The button "Reset Map (Save Home)" (btnResetMap) defined in the layout has no click listener implementation in the activity.

Copilot uses AI. Check for mistakes.
Comment on lines 56 to 60
android:id="@+id/btnTtsLangauges"
style="@style/ButtonCommon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="TTS of all langauges" />
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "langauges" is misspelled. It should be "languages".

Suggested change
android:id="@+id/btnTtsLangauges"
style="@style/ButtonCommon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="TTS of all langauges" />
android:id="@+id/btnTtsLanguages"
style="@style/ButtonCommon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="TTS of all languages" />

Copilot uses AI. Check for mistakes.
style="@style/ButtonCommon"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="TTS of all langauges" />
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The button text contains a misspelling: "langauges" should be "languages".

Suggested change
android:text="TTS of all langauges" />
android:text="TTS of all languages" />

Copilot uses AI. Check for mistakes.
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:padding="16.dp">
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The padding value "16.dp" is incorrectly formatted. It should be "16dp" without the period.

Suggested change
android:padding="16.dp">
android:padding="16dp">

Copilot uses AI. Check for mistakes.
super.onCreate(savedInstanceState)
binding = ActivityTest137Binding.inflate(layoutInflater)
setContentView(binding.root)

Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The back button (ibBack) defined in the layout is not configured with a click listener in this activity. Users will not be able to navigate back using this button.

Suggested change
binding.ibBack.setOnClickListener {
onBackPressedDispatcher.onBackPressed()
}

Copilot uses AI. Check for mistakes.
@362780316 362780316 force-pushed the 137_new_Feature_test branch 5 times, most recently from b48be36 to 8f5a6bc Compare January 21, 2026 03:00
@362780316 362780316 force-pushed the 137_new_Feature_test branch from 8f5a6bc to 630e852 Compare January 22, 2026 10:36
@zjn0505
Copy link
Contributor

zjn0505 commented Jan 23, 2026

Use English in comments and strings.
Put this Sprint Test Activity into a dedicate package.

@362780316 362780316 force-pushed the 137_new_Feature_test branch 6 times, most recently from b22f642 to 9b0306b Compare January 23, 2026 08:39
@362780316 362780316 force-pushed the 137_new_Feature_test branch 2 times, most recently from e814286 to 90c9e10 Compare January 26, 2026 02:22
@362780316 362780316 force-pushed the 137_new_Feature_test branch from 90c9e10 to dec8cd9 Compare January 26, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants