Fixing Bug report and change log activities
This commit is contained in:
parent
ef903bdf42
commit
aca697f6ff
8 changed files with 47 additions and 63 deletions
|
@ -77,7 +77,6 @@ open class BugReportActivity : AbsThemeActivity() {
|
|||
super.onCreate(savedInstanceState)
|
||||
binding = ActivityBugReportBinding.inflate(layoutInflater)
|
||||
setContentView(binding.root)
|
||||
setStatusbarColorAuto()
|
||||
setTaskDescriptionColorAuto()
|
||||
|
||||
initViews()
|
||||
|
|
|
@ -56,9 +56,9 @@ class BackupFragment : Fragment(R.layout.fragment_backup), BackupAdapter.BackupC
|
|||
backupViewModel.loadBackups()
|
||||
}
|
||||
}
|
||||
positiveButton(R.string.action_rename)
|
||||
positiveButton(android.R.string.ok)
|
||||
negativeButton(R.string.action_cancel)
|
||||
setTitle(R.string.action_rename)
|
||||
setTitle(R.string.title_new_backup)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -140,7 +140,7 @@ class BackupFragment : Fragment(R.layout.fragment_backup), BackupAdapter.BackupC
|
|||
).show()
|
||||
}
|
||||
}
|
||||
positiveButton(R.string.action_rename)
|
||||
positiveButton(android.R.string.ok)
|
||||
negativeButton(R.string.action_cancel)
|
||||
setTitle(R.string.action_rename)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue