Commit b2e6ba3c authored by topjohnwu's avatar topjohnwu

Move no thanks from dialogs

parent b16f696b
......@@ -111,7 +111,6 @@ class ReposFragment : MagiskFragment<ModuleViewModel, FragmentReposBinding>(),
.setCancelable(true)
.setPositiveButton(R.string.install) { _, _ -> download(true) }
.setNeutralButton(R.string.download) { _, _ -> download(false) }
.setNegativeButton(R.string.no_thanks, null)
.show()
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment