Skip to content

Commit

Permalink
Update ModifypartitionView.axaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Jan 4, 2025
1 parent 7eaefc0 commit fdb9d21
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private async void ReadPart(object sender, RoutedEventArgs args)
BusyPart.IsBusy = true;
ReadPartBut.IsEnabled = false;
PartList.ItemsSource = null;
PartSize.Text = "";
Global.checkdevice = false;
string allinfo = await CallExternalProgram.Fastboot($"-s {Global.thisdevice} getvar all");
string[] parts = new string[1000];
Expand Down Expand Up @@ -226,6 +227,7 @@ private async void ReadPart(object sender, RoutedEventArgs args)
BusyPart.IsBusy = true;
ReadPartBut.IsEnabled = false;
PartList.ItemsSource = null;
PartSize.Text = "";
Global.checkdevice = false;
string allinfo = await CallExternalProgram.Fastboot($"-s {Global.thisdevice} getvar all");
string[] parts = new string[1000];
Expand Down

0 comments on commit fdb9d21

Please sign in to comment.