File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/main/java/org/havenapp/main Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2424import android .content .SharedPreferences .Editor ;
2525import android .text .TextUtils ;
2626
27+ import androidx .annotation .NonNull ;
28+ import androidx .annotation .Nullable ;
29+ import androidx .appcompat .app .AppCompatActivity ;
30+
2731import org .havenapp .main .sensors .motion .LuminanceMotionDetector ;
2832
2933import java .io .File ;
3034import java .util .Date ;
3135import java .util .Objects ;
3236
33- import androidx .annotation .NonNull ;
34- import androidx .appcompat .app .AppCompatActivity ;
35-
3637
3738public class PreferenceManager {
3839
@@ -150,6 +151,7 @@ public void setSignalUsername (String signalUsername)
150151 *
151152 * @return the verified Signal username; null when no Signal username is verified even though registered.
152153 */
154+ @ Nullable
153155 public String getVerifiedSignalUsername () {
154156 return appSharedPrefs .getString (SIGNAL_VERIFIED_USERNAME , null );
155157 }
You can’t perform that action at this time.
0 commit comments