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

Commit 3f7b23cd authored by Mark Harman's avatar Mark Harman
Browse files

getOnlineHelpUrl() can be private.

parent 7f8c577b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -859,7 +859,7 @@ public class MainActivity extends Activity {
        editor.apply();
    }

    static String getOnlineHelpUrl(String append) {
    private static String getOnlineHelpUrl(String append) {
        if( MyDebug.LOG )
            Log.d(TAG, "getOnlineHelpUrl: " + append);
        // if we change this, remember that any page linked to must abide by Google Play developer policies!