Skip to content

Commit

Permalink
Pass context to ToastMessage for futur localizations of http code
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Feb 4, 2024
1 parent 2edc747 commit 3c528ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class MainActivity :
}
override fun onCreate(savedInstanceState: Bundle?) {
installSplashScreen()
ToastMessage.context = getApplicationContext()
super.onCreate(savedInstanceState)

signalHandler = SignalHandler(this).apply {
Expand Down

0 comments on commit 3c528ca

Please sign in to comment.