Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Preview activity: code cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Jan 8, 2021
1 parent cc07fb6 commit afa4bcf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package com.iven.vectorify.ui

import android.app.WallpaperManager
import android.content.Context
import android.content.res.ColorStateList
import android.graphics.Color
import android.net.Uri
import android.os.Build
import android.os.Bundle
import android.util.AttributeSet
import android.view.*
import android.widget.SeekBar
import android.widget.Toast
Expand Down Expand Up @@ -107,6 +105,7 @@ class PreviewActivity : AppCompatActivity(), LoaderManager.LoaderCallbacks<Uri?>

mPreviewActivityBinding = PreviewActivityBinding.inflate(layoutInflater)
setContentView(mPreviewActivityBinding.root)

//set immersive mode
hideSystemUI()

Expand Down

0 comments on commit afa4bcf

Please sign in to comment.