Use context var, due smartcase dont work

This commit is contained in:
Xcreen
2020-07-06 12:49:44 +02:00
parent 1983149965
commit 115b87510f

View File

@@ -28,6 +28,7 @@ class HomeFragment : Fragment() {
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
val rootView = inflater.inflate(R.layout.fragment_home, container, false)
val context = context;
appContext = activity!!.application as AppContext
//Set Server-Logging for Server
val serverLogging = ServerLogging(context!!.filesDir.absolutePath, context)