Browse Source
android: missing header
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3066/head
Caio Oliveira
3 months ago
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
1 additions and
0 deletions
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt
|
|
|
@ -29,6 +29,7 @@ import org.yuzu.yuzu_emu.R |
|
|
|
import org.yuzu.yuzu_emu.databinding.FragmentAboutBinding |
|
|
|
import org.yuzu.yuzu_emu.model.HomeViewModel |
|
|
|
import org.yuzu.yuzu_emu.utils.ViewUtils.updateMargins |
|
|
|
import org.yuzu.yuzu_emu.NativeLibrary |
|
|
|
|
|
|
|
class AboutFragment : Fragment() { |
|
|
|
private var _binding: FragmentAboutBinding? = null |
|
|
|
|