Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9378f5ed authored by SuGotLand's avatar SuGotLand Committed by Wolf-Martell Montwé
Browse files

Change `AccountsChangeListener.java` -> `AccountsChangeListener.kt` to Kotlin

parent a889affb
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
package app.k9mail.legacy.account;
package app.k9mail.legacy.account


public interface AccountsChangeListener {
    void onAccountsChanged();
fun interface AccountsChangeListener {
    fun onAccountsChanged()
}