Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
feat(): remove updater app with notification
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 11, 2024
1 parent 91f4b77 commit a0c20c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/src/main/kotlin/com/neko/v2ray/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,6 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
}
appUpdater.start()

// Show new update with notification
val appUpdaterNotification = AppUpdater(this).apply {
setUpdateFrom(UpdateFrom.JSON)
setUpdateJSON(AppConfig.UWU_UPDAYE_URL)
setDisplay(Display.NOTIFICATION)
showAppUpdated(false)
setCancelable(false)
}
appUpdaterNotification.start()

myDB = MyDatabaseHelper(this)
var usernameuwu = intent.getStringExtra("varUsername")
if (usernameuwu == null) {
Expand Down

0 comments on commit a0c20c6

Please sign in to comment.