Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
15d23626
Commit
15d23626
authored
May 11, 2020
by
Dayona Joseph
Committed by
Sooraj S
May 11, 2020
Browse files
Add translation for exit toast
parent
93fcb6c9
Pipeline
#53532
passed with stage
in 6 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/apps/MainActivity.kt
View file @
15d23626
...
...
@@ -236,7 +236,7 @@ class MainActivity : AppCompatActivity(), BottomNavigationView.OnNavigationItemS
}
this
.
doubleBackToExitPressedOnce
=
true
;
Toast
.
makeText
(
this
,
"Please click BACK again to
exit
"
,
Toast
.
LENGTH_SHORT
).
show
();
Toast
.
makeText
(
this
,
R
.
string
.
exit
,
Toast
.
LENGTH_SHORT
).
show
();
Handler
().
postDelayed
(
Runnable
()
{
run
{
...
...
app/src/main/res/values/strings.xml
View file @
15d23626
...
...
@@ -62,6 +62,7 @@
<string
name=
"no_trackers"
>
No trackers used
</string>
<string
name=
"action_ok"
>
Ok
</string>
<string
name=
"ok"
><font
fgcolor=
"#FF0088ED"
>
OK
</font></string>
<string
name=
"exit"
>
Please click BACK again to exit
</string>
<string
name=
"pick_up_apk_file"
>
pick_up_apk_file
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment