mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Remove pro version dialog
This commit is contained in:
parent
214841f3a1
commit
ef524b1fab
2 changed files with 0 additions and 23 deletions
|
@ -13,7 +13,6 @@ import android.view.ViewGroup
|
|||
import android.widget.RelativeLayout
|
||||
import android.widget.Toast
|
||||
import androidx.recyclerview.widget.RecyclerView
|
||||
import org.fossify.commons.dialogs.ConfirmationDialog
|
||||
import org.fossify.commons.dialogs.CreateNewFolderDialog
|
||||
import org.fossify.commons.dialogs.FilePickerDialog
|
||||
import org.fossify.commons.dialogs.RadioGroupDialog
|
||||
|
@ -510,17 +509,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
mWasDefaultFolderChecked = true
|
||||
}
|
||||
|
||||
if (isPackageInstalled("org.fossify.gallery")) {
|
||||
ConfirmationDialog(
|
||||
this,
|
||||
"",
|
||||
org.fossify.commons.R.string.upgraded_from_free_gallery,
|
||||
org.fossify.commons.R.string.ok,
|
||||
0,
|
||||
false
|
||||
) {}
|
||||
}
|
||||
|
||||
checkOTGPath()
|
||||
checkDefaultSpamFolders()
|
||||
|
||||
|
|
|
@ -104,17 +104,6 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
|||
|
||||
if (mShowAll) {
|
||||
registerFileUpdateListener()
|
||||
|
||||
if (isPackageInstalled("org.fossify.gallery")) {
|
||||
ConfirmationDialog(
|
||||
this,
|
||||
"",
|
||||
org.fossify.commons.R.string.upgraded_from_free_gallery,
|
||||
org.fossify.commons.R.string.ok,
|
||||
0,
|
||||
false
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
||||
binding.mediaEmptyTextPlaceholder2.setOnClickListener {
|
||||
|
|
Loading…
Reference in a new issue