refixing imports
This commit is contained in:
parent
2420b7dc31
commit
3ea0ce18a3
|
@ -40,16 +40,11 @@ import com.simplemobiletools.camera.views.FocusCircleView
|
||||||
import com.simplemobiletools.commons.extensions.*
|
import com.simplemobiletools.commons.extensions.*
|
||||||
import com.simplemobiletools.commons.helpers.*
|
import com.simplemobiletools.commons.helpers.*
|
||||||
import com.simplemobiletools.commons.models.Release
|
import com.simplemobiletools.commons.models.Release
|
||||||
import java.util.concurrent.TimeUnit
|
|
||||||
import kotlinx.android.synthetic.main.activity_main.*
|
import kotlinx.android.synthetic.main.activity_main.*
|
||||||
import kotlinx.android.synthetic.main.layout_flash.flash_auto
|
import kotlinx.android.synthetic.main.layout_flash.*
|
||||||
import kotlinx.android.synthetic.main.layout_flash.flash_off
|
import kotlinx.android.synthetic.main.layout_top.*
|
||||||
import kotlinx.android.synthetic.main.layout_flash.flash_on
|
import java.util.concurrent.TimeUnit
|
||||||
import kotlinx.android.synthetic.main.layout_flash.flash_toggle_group
|
import kotlin.math.abs
|
||||||
import kotlinx.android.synthetic.main.layout_top.change_resolution
|
|
||||||
import kotlinx.android.synthetic.main.layout_top.default_icons
|
|
||||||
import kotlinx.android.synthetic.main.layout_top.settings
|
|
||||||
import kotlinx.android.synthetic.main.layout_top.toggle_flash
|
|
||||||
|
|
||||||
class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener, CameraXPreviewListener {
|
class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener, CameraXPreviewListener {
|
||||||
private companion object {
|
private companion object {
|
||||||
|
|
Loading…
Reference in New Issue