Commit 96c86b24 authored by Max Lv's avatar Max Lv

Make QR code dialog public #1500

parent 15373f8d
......@@ -76,7 +76,7 @@ class ProfilesFragment : ToolbarFragment(), Toolbar.OnMenuItemClickListener {
}
@SuppressLint("ValidFragment")
private class QRCodeDialog() : DialogFragment() {
class QRCodeDialog() : DialogFragment() {
constructor(url: String) : this() {
val bundle = Bundle()
......
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