Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oizaro authored and Oizaro committed Jan 29, 2022
1 parent 8472943 commit 785ffe4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

@file:Suppress("UnusedImport")

package org.microg.gms.ui

import android.content.ComponentName
Expand All @@ -18,6 +20,8 @@ import org.microg.gms.gcm.GcmDatabase
import org.microg.gms.gcm.getGcmServiceInfo
import org.microg.mgms.settings.SettingsContract
import org.microg.tools.ui.ResourceSettingsFragment
import androidx.lifecycle.lifecycleScope
import androidx.navigation.fragment.findNavController

class SettingsFragment : ResourceSettingsFragment() {

Expand Down

0 comments on commit 785ffe4

Please sign in to comment.