mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
Remove pro version dialog
This commit is contained in:
@@ -13,7 +13,6 @@ import android.view.ViewGroup
|
|||||||
import android.widget.RelativeLayout
|
import android.widget.RelativeLayout
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
import androidx.recyclerview.widget.RecyclerView
|
import androidx.recyclerview.widget.RecyclerView
|
||||||
import org.fossify.commons.dialogs.ConfirmationDialog
|
|
||||||
import org.fossify.commons.dialogs.CreateNewFolderDialog
|
import org.fossify.commons.dialogs.CreateNewFolderDialog
|
||||||
import org.fossify.commons.dialogs.FilePickerDialog
|
import org.fossify.commons.dialogs.FilePickerDialog
|
||||||
import org.fossify.commons.dialogs.RadioGroupDialog
|
import org.fossify.commons.dialogs.RadioGroupDialog
|
||||||
@@ -510,17 +509,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||||||
mWasDefaultFolderChecked = true
|
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()
|
checkOTGPath()
|
||||||
checkDefaultSpamFolders()
|
checkDefaultSpamFolders()
|
||||||
|
|
||||||
|
@@ -104,17 +104,6 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
|||||||
|
|
||||||
if (mShowAll) {
|
if (mShowAll) {
|
||||||
registerFileUpdateListener()
|
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 {
|
binding.mediaEmptyTextPlaceholder2.setOnClickListener {
|
||||||
|
Reference in New Issue
Block a user