diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-12-29 05:38:18 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-12-29 05:38:18 +0000 |
commit | b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d (patch) | |
tree | 834a4053ee4379e32e4cd40f1bd348518cec1ac3 /.idea/misc.xml | |
parent | 93a9ad9ece6df6cd210ca03be26bd74a760cb90f (diff) | |
download | infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar.gz infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar.bz2 infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar.lz infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar.xz infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.tar.zst infinity-for-reddit-b7e1d92c7e45ee1b14ff53baebeb8af8dc6bbb5d.zip |
Error handling for loading posts now works again. Don't show refresh button as an icon. Rewrite some code.
Diffstat (limited to '.idea/misc.xml')
-rw-r--r-- | .idea/misc.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index cc51e58e..3386629a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,22 +5,26 @@ <option name="myDefaultNotNull" value="android.support.annotation.NonNull" /> <option name="myNullables"> <value> - <list size="5"> + <list size="7"> <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" /> <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" /> <item index="2" class="java.lang.String" itemvalue="javax.annotation.CheckForNull" /> <item index="3" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" /> <item index="4" class="java.lang.String" itemvalue="android.support.annotation.Nullable" /> + <item index="5" class="java.lang.String" itemvalue="androidx.annotation.Nullable" /> + <item index="6" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNullable" /> </list> </value> </option> <option name="myNotNulls"> <value> - <list size="4"> + <list size="6"> <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" /> <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" /> <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" /> <item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" /> + <item index="4" class="java.lang.String" itemvalue="androidx.annotation.NonNull" /> + <item index="5" class="java.lang.String" itemvalue="androidx.annotation.RecentlyNonNull" /> </list> </value> </option> |