Skip to content

Commit 8769146

Browse files
committed
remove event handler for removed button
1 parent 52598bb commit 8769146

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/keepass2android-app/pluginhost/PluginListActivity.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ protected override void OnCreate(Bundle bundle)
3737
StartActivity(i);
3838
};
3939

40-
FindViewById<Button>(Resource.Id.btnPluginsOnline).Click += delegate
41-
{
42-
Util.GotoUrl(this, "https://github.com/PhilippC/keepass2android/blob/master/docs/Available-Plug-ins.md");
43-
};
4440

4541
}
4642
protected override void OnResume()

0 commit comments

Comments
 (0)