Some refactoring in the Shareplugin:
Extracted some parts into separate methods
Extracted notification into separate class
Some optical tweaks on notifications
albertvaka |
KDE Connect |
Some refactoring in the Shareplugin:
Extracted some parts into separate methods
Extracted notification into separate class
Some optical tweaks on notifications
Lint Skipped |
Unit Tests Skipped |
Looks much better! Ship it!
src/org/kde/kdeconnect/Plugins/SharePlugin/SharePlugin.java | ||
---|---|---|
258 | It seems that the successful variable is not needed, you can pass false to setFinished when called from within the 'catch' block. |