Skip to content

Commit

Permalink
show notification when starting up tox, also to see it on CI screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 2, 2023
1 parent 4fe83da commit 87b930d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class MainActivity
Log.i(TAG, "init:PREF__orbot_enabled_to_int=$PREF__orbot_enabled_to_int")
PREF__orbot_enabled_to_int_used_for_init = PREF__orbot_enabled_to_int
init(tox_savefile_directory, PREF__udp_enabled, PREF__local_discovery_enabled, PREF__orbot_enabled_to_int_used_for_init, ORBOT_PROXY_HOST, ORBOT_PROXY_PORT, password_hash, PREF__ipv6_enabled, PREF__force_udp_only, PREF__ngc_video_bitrate, PREF__ngc_video_max_quantizer, PREF__ngc_audio_bitrate, PREF__ngc_audio_samplerate, PREF__ngc_audio_channels)
HelperNotification.displayNotification("starting tox ...")
}
val my_tox_id_temp = get_my_toxid()
Log.i(TAG, "MyToxID:$my_tox_id_temp")
Expand Down

0 comments on commit 87b930d

Please sign in to comment.