mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
update readme
change version number and version name system manager: hide bug report dialog after user click confirm
This commit is contained in:
@@ -366,6 +366,7 @@ private fun BugReportDialog(status: MutableState<Boolean>) {
|
||||
onClick = {
|
||||
val result = dpm.requestBugreport(receiver)
|
||||
Toast.makeText(context, if(result) R.string.success else R.string.fail, Toast.LENGTH_SHORT).show()
|
||||
status.value = false
|
||||
}
|
||||
) {
|
||||
Text(stringResource(R.string.confirm))
|
||||
@@ -1255,5 +1256,6 @@ fun InstallSystemUpdate() {
|
||||
Information {
|
||||
Text(stringResource(R.string.auto_reboot_after_install_succeed))
|
||||
}
|
||||
Spacer(Modifier.padding(vertical = 30.dp))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user