Skip to content

Commit fdb9d21

Browse files
committed
Update ModifypartitionView.axaml.cs
1 parent 7eaefc0 commit fdb9d21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UotanToolbox/Features/Modifypartition/ModifypartitionView.axaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ private async void ReadPart(object sender, RoutedEventArgs args)
196196
BusyPart.IsBusy = true;
197197
ReadPartBut.IsEnabled = false;
198198
PartList.ItemsSource = null;
199+
PartSize.Text = "";
199200
Global.checkdevice = false;
200201
string allinfo = await CallExternalProgram.Fastboot($"-s {Global.thisdevice} getvar all");
201202
string[] parts = new string[1000];
@@ -226,6 +227,7 @@ private async void ReadPart(object sender, RoutedEventArgs args)
226227
BusyPart.IsBusy = true;
227228
ReadPartBut.IsEnabled = false;
228229
PartList.ItemsSource = null;
230+
PartSize.Text = "";
229231
Global.checkdevice = false;
230232
string allinfo = await CallExternalProgram.Fastboot($"-s {Global.thisdevice} getvar all");
231233
string[] parts = new string[1000];

0 commit comments

Comments
 (0)