mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 15:29:51 +00:00
Italian meringue
This commit is contained in:
parent
6af45d514d
commit
0b68237c0c
13 changed files with 286 additions and 199 deletions
|
|
@ -605,13 +605,13 @@ public class CustomRomActivity extends AppCompatActivity {
|
|||
} finally {
|
||||
try {
|
||||
try {
|
||||
SaveImage(selectedImage, new File(AppConfig.vmFolder + vmID), vmID + "-" + selectedFilePath.getName());
|
||||
SaveImage(selectedImage, new File(AppConfig.vmFolder + vmID), "thumbnail.webp");
|
||||
} finally {
|
||||
Runnable runnable = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
loadingPb.setVisibility(View.GONE);
|
||||
icon.setText(AppConfig.vmFolder + vmID + "/" + vmID + "-" + selectedFilePath.getName());
|
||||
icon.setText(AppConfig.vmFolder + vmID + "/thumbnail.webp");
|
||||
}
|
||||
};
|
||||
activity.runOnUiThread(runnable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue