Skip to content

Commit

Permalink
static method
Browse files Browse the repository at this point in the history
  • Loading branch information
yutokun committed Nov 2, 2020
1 parent cca085f commit 7355890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APKInstaller/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void AddEmptyLine()
AddMessage(string.Empty);
}

void Redraw()
static void Redraw()
{
var frame = new DispatcherFrame();
var callback = new DispatcherOperationCallback(obj =>
Expand Down

0 comments on commit 7355890

Please sign in to comment.