Skip to content

Commit c958674

Browse files
ndk::checks-impl
1 parent aec4989 commit c958674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/app/src/main/java/com/itsaky/androidide/activities/editor/BaseEditorActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ abstract class BaseEditorActivity : EdgeToEdgeIDEActivity(), TabLayout.OnTabSele
994994
private fun setupDrawers() {
995995
val toggle = ActionBarDrawerToggle(
996996
this, binding.editorDrawerLayout, content.editorToolbar,
997-
"Rv2", "RV2"
997+
string.app_name, string.app_name
998998
)
999999

10001000
binding.editorDrawerLayout.addDrawerListener(toggle)

core/resources/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<string name="copy" tools:override="true">Copy</string>
66
<string name="terminal_more">More…</string>
77
<string name="text_to_search">Text to search</string>
8-
<string name="app_name" translatable="false">AndroidIDE-Rv2</string>
8+
<string name="app_name" translatable="false">Rv2</string>
99
<string name="about_option_email">Email</string>
1010
<string name="about_option_website">Website</string>
1111
<string name="about_footer_alternate" translatable="false">AndroidIDE v\u2022 %s</string>

0 commit comments

Comments
 (0)