Changed test URL to default URL

This commit is contained in:
Deniz Düzgören
2019-07-30 17:33:55 +02:00
parent b82f595bdf
commit c53e9ce391
2 changed files with 4 additions and 2 deletions
@@ -51,7 +51,9 @@ class Main : AppCompatActivity(R.layout.app_bar_main) {
edit.putInt("launchDev", prefs.getInt("launchDev", 0) + 1)
edit.apply()
notificationJob()
if (prefs.getBoolean("notif", true)) {
notificationJob()
}
val handler = Handler()