mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-30 13:35:18 +00:00
Fix indentation
This commit is contained in:
parent
bcd5d1cb0d
commit
4587f40128
@ -31,7 +31,7 @@ class ScanQRCodeWrapperFragment : Fragment(), ScanQRCodePlaceholderFragmentDeleg
|
|||||||
|
|
||||||
override fun setUserVisibleHint(isVisibleToUser: Boolean) {
|
override fun setUserVisibleHint(isVisibleToUser: Boolean) {
|
||||||
super.setUserVisibleHint(isVisibleToUser)
|
super.setUserVisibleHint(isVisibleToUser)
|
||||||
enabled = isVisibleToUser
|
enabled = isVisibleToUser
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
||||||
@ -87,5 +87,6 @@ class ScanQRCodeWrapperFragment : Fragment(), ScanQRCodePlaceholderFragmentDeleg
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface ScanQRCodeWrapperFragmentDelegate {
|
interface ScanQRCodeWrapperFragmentDelegate {
|
||||||
|
|
||||||
fun handleQRCodeScanned(string: String)
|
fun handleQRCodeScanned(string: String)
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user